modal_progress_hud 0.1.3 modal_progress_hud: ^0.1.3 copied to clipboard
A modal progress indicator widget (HUD = heads-up display). Wrap around another widget to block access to widget during an async call. Also accepts a custom spinner.
[0.1.3] #
- Performance optimization
- Improved docs
[0.1.2] #
- Added option to dismiss modal
- Refactored example
[0.1.1] #
- Added option to position progress indicator
- Refactored example
[0.1.0] #
- Added support for Dart 2.0
[0.0.6] #
- Pass any progress indicator
- Added tests and code coverage
- Refactoring for tests
[0.0.5] #
- Changed layout of README and corrected spelling
[0.0.4] #
- Updated README
[0.0.3] #
- Fixed location of demo gif file
[0.0.2] #
- Added example of use of modal progress hud with login screen, form and async calls.
[0.0.1] - July 10, 2018 #
- Simple countainer widget to enable modal progress hud (progress indicator)