loading_alert_dialog 1.0.0 copy "loading_alert_dialog: ^1.0.0" to clipboard
loading_alert_dialog: ^1.0.0 copied to clipboard

outdated

Customizable Alert Dialog that allows running a computation while blocking the app like a normal showDialog.

1.0.0 #

** Added null-safety support

0.1.0 #

  • [BREAKING CHANGES]: Whole code has been rewritten, and no longer utilizing callback style. Please provide a Future into the computation argument.
  • [BREAKING CHANGES]: Methods are accessible using static accesses.
  • New static method setDefaultWidgetBuilder: Provides a function to define the Widget to be displayed during the loading process.
  • Updated README.md
  • Updated main.dart example.

0.0.3 #

  • Added default WidgetBuilder option

0.0.2+1 #

  • Updated Documentation

0.0.2 #

  • Replaced context used by Navigator pop event from using the GlobalKey to parameter provided one.

0.0.1 #

  • Initial Release
9
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Customizable Alert Dialog that allows running a computation while blocking the app like a normal showDialog.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on loading_alert_dialog