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
autoCloseDuration
parameter for automatic dialog dismissal - Global Configuration System: Introduced
AlertConfig
class 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
AlertConfig
class for global configuration - Extended
AlertAnimation
enum with new animation types - Added
autoCloseDuration
parameter to dialog classes - Improved button color handling in
ElevatedButton
styling
π 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