simple_loading_dialog 1.0.0
simple_loading_dialog: ^1.0.0 copied to clipboard
SimpleLoadingDialog: A seamless full-screen loading dialog for Flutter. Efficiently manage actions while awaiting Futures, and easily customize with Widgets and ThemeExtension.
1.0.0 #
- Initial stable release of
simple_loading_dialog
.
0.6.1 #
- Added a new example demonstrating the use of a Result type with a custom wrapper function showSimpleLoadingDialogWithResult. This example shows how to handle success and failure cases more conveniently.
- Updated README with usage examples for the Result type and instructions on implementing the showSimpleLoadingDialogWithResult function.
0.6.0 #
- Consider nested Navigator context
- refactor code
0.5.0 #
- updated to Flutter 3.7
- added a check for context.mounted
0.4.1 #
- update comments.
0.4.0 #
- Added support for passing a message parameter to the DialogBuilder function in the showSimpleLoadingDialog method, enabling the display of custom messages within the loading dialog.
0.3.2 #
- fix SimpleLoadingDialogTheme's copyWith
0.3.1 #
- fix demo video path
0.3.0 #
- improved comments and documentation (thanks to GPT-4)
0.2.0 #
- add SimpleLoadingDialogTheme
0.1.0 #
- initial release