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

A customizable toast notification package for Flutter with advanced features and great design.

Changelog #

[1.0.7] - 2024-08-01 #

Added #

  • position Parameter: Added support for positioning the toast at the top or bottom of the screen .
  • isRTL Parameter: Added support for right-to-left text direction .

[1.0.6] - 2024-07-31 #

Added #

  • Initial release of ToastPlus package: Provides a static method show for displaying toast messages.
  • ToastWidget Class: Implements toast notifications with customizable message, type, and duration.
  • Toast Types: Added support for different types of toasts (success, danger, info, warning) with distinct colors and icons.
  • Animations: Introduced fade-in and fade-out animations for toast notifications using AnimationController and FadeTransition.

Fixed #

  • Dismiss on Close Button Click: Ensured the toast widget is properly removed from the overlay after the specified duration.

Changed #

  • Improved Design: Enhanced the visual design of the toast notifications, including background color and icon adjustments.
3
likes
140
pub points
9%
popularity

Publisher

unverified uploader

A customizable toast notification package for Flutter with advanced features and great design.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on toast_plus