future_progress_dialog 0.2.1
future_progress_dialog: ^0.2.1 copied to clipboard
future_progress_dialog is a simple progress dialog library for async tasks. FutureProgressDialog start when you call showDialog function, but dismiss automatically when future task is finished.
0.0.1 Initial release #
0.0.3 Change Description #
0.0.4 Add example #
0.0.5 Update Readme #
0.1.0 Add Params #
- add params
- decoration
- opacity = 1.0
- progress
- message
0.1.1 Add Params #
0.2.0 null safety #
0.2.1 #
- switch FutureProgressDialog from StatelessWidget to StatefulWidget(#3)
- Thank you @daniele-athome!