alert_plus 1.0.1
alert_plus: ^1.0.1 copied to clipboard
A highly customizable Flutter package for alert dialogs with themes, animations, and input fields.
1.0.1 #
๐ง Bug Fixes #
- Repository URL Update: Updated repository URL to point to the new location
- Example App Configuration: Fixed example app naming conflicts and test issues
- Package Dependencies: Resolved path dependency warnings in example app
1.0.0 #
โจ Features #
- Enhanced Animations: Added 4 new animation types -
bounce,rotate,slideLeft, andslideRight - Auto-Close Functionality: Added
autoCloseDurationparameter for automatic dialog dismissal - Global Configuration System: Introduced
AlertConfigclass for app-wide default settings - Button Text Color Fix: Fixed button text color styling issues
๐จ Improvements #
- Enhanced button styling with proper text color support
- Improved animation system with more options
- Better example app with demos for all new features
- Updated documentation and README
๐ง Technical Changes #
- Added
AlertConfigclass for global configuration - Extended
AlertAnimationenum with new animation types - Added
autoCloseDurationparameter to dialog classes - Improved button color handling in
ElevatedButtonstyling
๐ Documentation #
- Comprehensive README updates with new features
- Added API reference for
AlertConfig - Enhanced examples and usage documentation
- Updated package description
๐งช Testing #
- All tests pass with 19/19 test cases
- No analysis issues
- Example app runs successfully
