flutter_dialogs 2.2.0 flutter_dialogs: ^2.2.0 copied to clipboard
A lightweight and platform-aware plugin for showing dialogs and alerts for both Android and iOS devices.
[2.2.0] - July 18, 2022 #
- Update Flutter and Dark SDK
- Fix deprecated examples and Gradle issues
[2.1.1] - October 12, 2021 #
- Update README with explicit
context
parameter for demos
[2.1.0] - June 20, 2021 #
- Added iosIsDestructiveAction and iosIsDefaultAction params. Thank you @Bersh
- Allowing null actions for Android AlertDialog. Thank you @Bersh
[2.0.0] - June 17, 2021 #
- Migrate to null safety #8. Thank you @Bersh
[1.1.0] - October 20, 2020 #
- Migrate example app to latest stable SDK
- Update dependencies
- Set min Dart SDK to 2.7.0
- Added code docs
[1.0.3] - March 28, 2020 #
- Documentation fixes
[1.0.2] - January 21, 2020 #
- Update some formatting
- Update description in pubspec.yaml
[1.0.1] - January 21, 2020 #
- Fix broken table in README
[1.0.0] - January 21, 2020 #
- Major code refactoring
[0.0.1+2] - October 5, 2019 #
- Documentation fixes
[0.0.1+1] - October 5, 2019 #
- Initial attempt to make platform aware dialog and alert widgets
- Added
FDBasicDialog
and other core utilities