progress_hud 1.1.0
progress_hud: ^1.1.0 copied to clipboard
progress_hud is a clean and lightweight HUD meant to display the progress of an ongoing task on your Flutter app
1.1.0 #
- Compatibility with Dart 2.0
1.0.0 #
- Added the methods to show and dismiss the progress hud from parent widget
0.2.2 #
- Now can be passed a text, and this text it will appear below the circular progress indicator
0.1.2 #
- Code improvements based on dartfmt, pubspec file improvements and added an example project
0.1.1 #
- Added the possibility to show rounded container behind the circular progress indicator
0.0.1 #
- Initial release