文件名称:modal_progress_hud:用于抖动的简单模式进度HUD(平视显示器或进度指示器)
文件大小:802KB
文件格式:ZIP
更新时间:2024-06-03 22:41:37
android dart ios login forms
modal_progress_hud 一个简单的窗口小部件包装程序,用于启用模式进度HUD(模式进度指示器,HUD = Heads Up Display) 灵感来自文章。 演示版 参见示例以了解详细 用法 将该软件包添加到您的pubspec.yml文件中。 dependencies : modal_progress_hud : ^0.1.3 接下来,将库导入到小部件中。 import 'package:modal_progress_hud/modal_progress_hud.dart' ; 现在,您所要做的只是将小部件包装为ModalProgressHUD (通常是一种表单),以及一个以本地状态维护的布尔值。 ... bool _saving = false ... @override Widget build ( BuildContext context) {
【文件预览】:
modal_progress_hud-master
----.gitignore(190B)
----pubspec.lock(3KB)
----pubspec.yaml(2KB)
----README.md(4KB)
----CHANGELOG.md(678B)
----test()
--------modal_progress_hud_test.dart(1KB)
----modal_progress_hud.iml(1KB)
----LICENSE(1KB)
----modal_progress_hud.gif(687KB)
----scripts()
--------ci.sh(2KB)
--------runTests.sh(373B)
--------android-wait-for-emulator.sh(730B)
----example()
--------ios()
--------.gitignore(71B)
--------pubspec.lock(10KB)
--------pubspec.yaml(2KB)
--------README.md(516B)
--------android()
--------test()
--------.metadata(283B)
--------test_driver()
--------example.iml(896B)
--------lib()
--------example_android.iml(1KB)
----.travis.yml(7KB)
----lib()
--------modal_progress_hud.dart(2KB)