flutter_easy_messages 0.0.2
flutter_easy_messages: ^0.0.2 copied to clipboard
A simple and customizable Flutter package for displaying toast notifications and snackbars. Features smooth animations, multiple positioning options, message types, and flexible behavior modes.
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