overlay_dialog 0.2.2
overlay_dialog: ^0.2.2 copied to clipboard
A Flutter package for showing platform dialogs without using new routes.
[0.2.2] - Add overlayColor param #
[0.2.1] - Fix: Web (thanks to Hadi) #
[0.2.0] - Migrate to null-safety #
[0.1.0] - Add dialog id #
- Added id to dialog to open several dialogs at once
- Added default dialog style to DialogHelper
- Increase min flutter version to 1.22.0
[0.0.3] - Add comments and docs #
[0.0.2] - Blur option to dialog showing #
- Added blur animation
- Added Contributing notes
- Added example usage for Custom dialog
[0.0.1] - Initial commit #
- Added alert, progress and custom DialogWidgets
- Added DialogHelper to handle show/hide actions
- Added opacity show/hide animation
- Added example usage for Material and Cupertino app