custom_progress_dialog 1.0.5 copy "custom_progress_dialog: ^1.0.5" to clipboard
custom_progress_dialog: ^1.0.5 copied to clipboard

Simple and easy to use flutter package for showing progress bar, without the need of adding it to any widget.With just two calls show and dismiss, you can control it.

[1.0.5] - 01/03/2020 #

  • Handling back press

[1.0.3] - 09/11/2019 #

  • Updated to using Timer for dismissing after the duration that is set. If no duration is set, then shows the dialog infinitely until dismissed using dismissProgressDialog(..)

[1.0.2] - 24/07/2019 #

  • support for box decoration as a parameter

[1.0.1] - 02/07/2019 #

  • A simple progress dialog that need not be added to any widget heirarchy
  • a call to show progress dialog would show a progress and will dismiss automatically based on the duration passed as parameter.
4
likes
40
pub points
74%
popularity

Publisher

unverified uploader

Simple and easy to use flutter package for showing progress bar, without the need of adding it to any widget.With just two calls show and dismiss, you can control it.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, synchronized

More

Packages that depend on custom_progress_dialog