dialogs:对话

时间:2024-03-24 10:27:50
【文件属性】:

文件名称:dialogs:对话

文件大小:883KB

文件格式:ZIP

更新时间:2024-03-24 10:27:50

Dart

对话框-对话框 该flutter软件包提供了带有自定义选项的美观设计的对话框。 选择对话框 消息对话框 简单用法 要使用此插件,请中将dialogs添加为。 执行: 导入import 'package:dialogs/ChoiceDialog/dialogs.dart'; 选择对话框 使用showDialog函数并调用选择对话框。 showDialog( context: context, builder: (buildContext) => ChoiceDialog() ); 消息对话框 使用showDialog函数并调用选择对话框。 showDialog( context: context, builder: (buildContext) => MessageDialog() ); 你已准备


【文件预览】:
dialogs-master
----pubspec.yaml(2KB)
----.github()
--------workflows()
----lib()
--------ChoiceDialog()
--------MessageDialog()
----pubspec.lock(3KB)
----example()
--------pubspec.yaml(3KB)
--------ios()
--------lib()
--------pubspec.lock(4KB)
--------android()
--------.metadata(305B)
--------README.md(537B)
--------.gitignore(621B)
----LICENSE(1KB)
----assets()
--------choice_dialog.jpg(50KB)
--------choice_dialog_rectangular.jpg(47KB)
--------message_dialog_rectangular_buttons.jpg(44KB)
--------choice_dialog_rectangular_buttons.jpg(47KB)
--------choice_dialog.gif(283KB)
--------message_dialog.gif(389KB)
--------message_dialog.jpg(49KB)
----.metadata(309B)
----README.md(4KB)
----.gitignore(1KB)
----CHANGELOG.md(232B)

网友评论