material_dialogs 动画弹框
摘要:环境:material_dialogs: ^1.1.0链接:https://lottiefiles.com/featured 免费动画文件下载 需要注册 https://pub.flutter-io.cn/packages/material_dialogs 文档动画文件引入:pubspec.yaml
阅读全文
posted @
2021-08-06 11:03
不爱贞子爱爽子
阅读(224)
推荐(0)
flutter 通过widget自定义toast,提示信息
摘要:toastDemo.dart import 'package:flutter/material.dart'; import 'dart:async'; class ToastHelper { static const style = TextStyle( color: Colors.white, f
阅读全文
posted @
2021-08-02 15:09
不爱贞子爱爽子
阅读(361)
推荐(0)