modal_progress_hud_alt

时间:2024-05-06 19:08:02
【文件属性】:

文件名称:modal_progress_hud_alt

文件大小:772KB

文件格式:ZIP

更新时间:2024-05-06 19:08:02

Dart

modal_progress_hud_alt 这是的null安全克隆 一个简单的窗口小部件包装程序,用于启用模式进度HUD(模式进度指示器HUD = Heads Up Display) 灵感来自文章。 演示版 参见示例以了解详细信息 用法 将该软件包添加到您的pubspec.yml文件中。 dependencies : modal_progress_hud_alt : ^0.1.3 接下来,将库导入到小部件中。 import 'package:modal_progress_hud_alt/modal_progress_hud_alt.dart' ; 现在,您所要做的就是简单地将小部件包装为ModalProgressHUD (通常是一种表单),以及一个以本地状态维护的布尔值。 ... bool _saving = false ... @override Widget bui


【文件预览】:
modal_progress_hud_alt-master
----pubspec.yaml(2KB)
----modal_progress_hud.gif(687KB)
----scripts()
--------android-wait-for-emulator.sh(730B)
--------ci.sh(2KB)
--------runTests.sh(373B)
----lib()
--------modal_progress_hud_alt.dart(2KB)
----pubspec.lock(3KB)
----.travis.yml(7KB)
----example()
--------example.iml(896B)
--------pubspec.yaml(2KB)
--------test_driver()
--------ios()
--------lib()
--------example_android.iml(1KB)
--------pubspec.lock(9KB)
--------android()
--------web()
--------test()
--------README.md(528B)
--------.gitignore(71B)
----LICENSE(1KB)
----modal_progress_hud.iml(1KB)
----test()
--------modal_progress_hud_test.dart(1KB)
----README.md(4KB)
----.gitignore(190B)
----CHANGELOG.md(792B)

网友评论