美文网首页
fluttertoast轻量级提示

fluttertoast轻量级提示

作者: zZ_d205 | 来源:发表于2020-07-22 22:00 被阅读0次

1、在pubspec.yaml中添加依赖

fluttertoast: ^3.0.1

2、页面引入

import 'package:fluttertoast/fluttertoast.dart';

3、Fluttertoast.showToast(

msg:'已经到底了',

toastLength: Toast.LENGTH_SHORT,

gravity: ToastGravity.CENTER,

backgroundColor: Colors.pink,

textColor: Colors.white,

fontSize:16.0

);

相关文章

网友评论

      本文标题:fluttertoast轻量级提示

      本文链接:https://www.haomeiwen.com/subject/tukxlktx.html