cherry_toast_msgs 1.0.7 copy "cherry_toast_msgs: ^1.0.7" to clipboard
cherry_toast_msgs: ^1.0.7 copied to clipboard

retracted

A beautiful, responsive toast notification package for Flutter with animated overlays and customizable themes.

Changelog #

1.0.6 2024-01-XX #

Added #

  • Added support for custom toast width and height via width and height parameters in showAnimatedToast and static info containers
  • New StaticeInfoContainerWidget for displaying static information with customizable styles and sizes
  • Expanded API documentation and usage examples in README
  • Improved customization options for icons, colors, border radius, and elevation

Changed #

  • Default toast sizing now adapts responsively to screen size unless custom dimensions are provided
  • Updated default styles for better accessibility and contrast

Fixed #

  • Fixed minor layout issues with long titles and descriptions
  • Improved close button hit area for better usability

1.0.5 2024-01-XX #

Added #

  • Improved toast animation performance for smoother transitions
  • Enhanced accessibility: better screen reader support and focus handling
  • Updated documentation and usage examples in README

Fixed #

  • Resolved minor layout issues on small screens
  • Fixed bug where multiple toasts could overlap unexpectedly
  • Improved responsiveness for landscape and tablet devices

1.0.4 2024-01-XX #

Added #

  • Implemented .pubignore for better publishing control
  • Updated image names to be more descriptive and meaningful
  • Improved package structure with proper file organization

Fixed #

  • Fixed image paths in README to use relative paths for private repositories
  • Resolved publishing issues with .gitignore vs .pubignore separation
  • Updated dependencies and improved package validation

1.0.3 2024-01-XX #

Added #

  • Implemented .pubignore for better publishing control
  • Updated image names to be more descriptive and meaningful
  • Improved package structure with proper file organization

Fixed #

  • Fixed image paths in README to use relative paths for private repositories
  • Resolved publishing issues with .gitignore vs .pubignore separation
  • Updated dependencies and improved package validation

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 toasts
  • CherryToastMsgs.showErrorToast() - Red error toasts
  • CherryToastMsgs.showWarningToast() - Yellow warning toasts
  • CherryToastMsgs.showInfoToast() - Blue info toasts
  • CherryToastMsgs.showAnimatedToast() - Custom toasts with full control including size customization
  • StaticeInfoContainerWidget - 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
5
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful, responsive toast notification package for Flutter with animated overlays and customizable themes.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cherry_toast_msgs