cherry_toast_msgs 1.0.2
cherry_toast_msgs: ^1.0.2 copied to clipboard
A beautiful, responsive toast notification package for Flutter with animated overlays and customizable themes.
Changelog #
1.0.2 2024-01-XX #
Fixed #
- Fixed image URLs in README to use GitHub raw URLs
- Images now display properly on GitHub and pub.dev
- Resolved issue with local image paths not working
1.0.1 2024-01-XX #
Added #
- Added comprehensive screenshots and images to README
- Visual demonstrations of all toast types and features
- Better package presentation on pub.dev
Fixed #
- Resolved overflow issues in toast layouts
- Improved text handling with ellipsis for long content
- Better responsive design for fixed height containers
1.0.0 2024-01-XX #
Added #
- Initial release of Cherry Toast Messages package
- Beautiful animated toast notifications with smooth transitions
- Four pre-built toast themes: Success, Error, Warning, and Info
- Fully customizable toast styling with colors, fonts, and animations
- Responsive design that adapts to different screen sizes automatically
- Static info container widget for displaying information
- Support for custom icons, colors, and styling
- Custom width and height parameters for both toasts and static containers
- Proper documentation and examples
Features #
CherryToastMsgs.showSuccessToast()- Green success toastsCherryToastMsgs.showErrorToast()- Red error toastsCherryToastMsgs.showWarningToast()- Yellow warning toastsCherryToastMsgs.showInfoToast()- Blue info toastsCherryToastMsgs.showAnimatedToast()- Custom toasts with full control including size customizationStaticeInfoContainerWidget- Static information containers with size customization
Technical Details #
- Built with Flutter 3.0+ support
- Responsive design using MediaQuery for automatic screen adaptation
- Smooth animations with SlideTransition and FadeTransition
- Overlay-based implementation for non-intrusive toasts
- Customizable duration, elevation, and styling
- Customizable width and height for precise control over toast and container sizes
- Proper memory management with automatic cleanup
- Simplified API - no need to pass Deviceinfo objects