loading_alert_dialog 1.1.0
loading_alert_dialog: ^1.1.0 copied to clipboard
Customizable Alert Dialog that allows running a computation while blocking the app like a normal showDialog.
1.1.0 #
- Added proper check for completed Completer (to address random doubled requests on iOS)
1.0.0+2 #
- Fixed Markdown typo on CHANGELOG.md
1.0.0 #
- Added null-safety support
0.1.0 #
- [BREAKING CHANGES]: Whole code has been rewritten, and no longer utilizing callback style. Please provide a Future into the computation argument.
- [BREAKING CHANGES]: Methods are accessible using static accesses.
- New static method setDefaultWidgetBuilder: Provides a function to define the Widget to be displayed during the loading process.
- Updated README.md
- Updated main.dart example.
0.0.3 #
- Added default WidgetBuilder option
0.0.2+1 #
- Updated Documentation
0.0.2 #
- Replaced context used by Navigator pop event from using the GlobalKey to parameter provided one.
0.0.1 #
- Initial Release