overlay_popup_dialog 1.0.1 overlay_popup_dialog: ^1.0.1 copied to clipboard
Overlay Popup Dialog for Android, iOS, Web, Desktop and Linux. Easy to use overlay popup dialog for Flutter.
Changelog #
1.0.1 #
- Changes in documentation.
0.1.5 #
- With this update, all OverlayLocation properties can now be used in conjunction with all AnimationDirection properties.
- It is now possible to define a curve and animation duration for animations.
- The barrier color can be customized.
0.1.1 #
- Fixed overlay width issues on OverlayLocation.on, bottom and top positions.
- Minor changes in codebase.
0.1.0 #
- Fixed some known bugs.
- Animation direction feature added. You can control sliding animation of your overlay popup dialog.
- Added highlighting tapped child widget when overlay opened.
- Added new playground example to see changes more precisely.
0.0.3 #
- Web playground link added in README file.
0.0.2 #
- README changes.
0.0.1 #
- Initial version of the OverlayPopupDialog widget.