flutter_easy_messages 0.0.3
flutter_easy_messages: ^0.0.3 copied to clipboard
A customizable Flutter package for toast notifications and snackbars with smooth animations, multiple positions, and flexible behaviors.
0.0.3 Package Validation Fixes #
Improvements #
- Shortened package description to meet pub.dev guidelines (60-180 characters)
- Added comprehensive example app documentation
- Added dartdoc comments to AnimationDuration class and library
- Improved package validation score
0.0.2 Documentation Fix #
Bug Fixes #
- Fixed demo GIFs not displaying on pub.dev by using absolute GitHub URLs in README
0.0.1 Initial Release #
Features #
- Toast notifications with overlay-based rendering
- Snackbar notifications with responsive design
- 4 message types: Error, Success, Info, Warning
- 9 positioning options for toasts
- Smooth entry, exit, and pulse animations
- Queue and replace message behavior modes
- Message deduplication to prevent duplicates
- Responsive layout for mobile, tablet, and desktop
- Global configuration system with per-message overrides
- Customizable animation durations and curves
- Accessibility support with semantic labels
- Complete API exports for advanced usage
Configuration Options #
- Toast and snackbar durations
- Border radius customization
- Position and offset control
- Animation timing and scale
- Pulse animation toggle
- Message behavior (replace vs queue)
Out of the Box #
- No additional setup required
- Pre-styled message types with icons
- Automatic responsive behavior
- Built-in deduplication logic