Flutter-Progress-Dialog icon indicating copy to clipboard operation
Flutter-Progress-Dialog copied to clipboard

Progress dialog package for flutter

Results 3 Flutter-Progress-Dialog issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...