Flutter-Progress-Dialog
Flutter-Progress-Dialog copied to clipboard
Progress dialog package for flutter
Add pd.complete() method can force the progress complete and set the completed parameter, so we can show the complete msg with data only available after the process is completed. Add...
Thanks for your package. Please support optional action widget(s). Use case: to cancel downloading etc
Error: sn_progress_dialog: ^1.1.4 ``` ../../.pub-cache/hosted/pub.dev/sn_progress_dialog-1.1.4/lib/progress_dialog.dart:161:29: Error: The method 'PopScope' isn't defined for the class 'ProgressDialog'. - 'ProgressDialog' is from 'package:sn_progress_dialog/progress_dialog.dart' ('../../.pub-cache/hosted/pub.dev/sn_progress_dialog-1.1.4/lib/progress_dialog.dart'). Try correcting the name to the name of an...