cooler_alerts 2.1.2
cooler_alerts: ^2.1.2 copied to clipboard
A Flutter package to display animated alert dialogs, replacement for cool_alert.
2.1.2 04/03/2025 #
- Fix: resource animation strings
- Use
cool_flare
asflare_flutter
dependency - Update example app
- Update pubspec
- Update README
2.1.1 04/03/2025 #
- Update: example
- Update: README
- Fix: pubspec documentation
2.1.0 04/03/2025 #
- Added TextAlign & Overflow options for title & text (or body).
- BREAKING CHANGES!: added dialog context to
confirmBtnTap
andcancelBtnTap
functions. Signatures now are:
void Function(BuildContext context);
- Added
PopScope
widget withcanPop
to prevent unwanted navigation while dialog is showing. - Updated README
2.0.1 06/03/2023 #
- Updated README
2.0.0 06/03/2023 #
- Bug fixes
- Upgrade
- Added 'closeOnConfirmBtnTap' prop
- Added 'reverseBtnOrder' prop
1.1.0 01/05/2021 #
- Added Null Saftey Support
- Pedantic
- Added 'width' prop for dialog sizing
- Added 'loopAnimation' prop
- Added 'widget' prop for custom widgets
1.0.3 20/11/2020 #
- Code Cleanup
1.0.2 20/11/2020 #
- Added new customization options
1.0.1 24/06/2020 #
- Updated documentation
1.0.0 24/06/2020 #
- Updated documentation
0.0.2 21/06/2020 #
- Updated README
0.0.1 21/06/2020 #
- Initial release