my_toastify 1.1.1 copy "my_toastify: ^1.1.1" to clipboard
my_toastify: ^1.1.1 copied to clipboard

A customizable toast notification system for Flutter. Supports banners, snackbars, and advanced styling.

0.0.1 #

🚀 Initial Release #

  • Introduced Toastify, a customizable toast notification system for Flutter.
  • Added support for:
    • Overlay-based toasts with stacking and animations.
    • Two layoutssnackBarStyle and bannerStyle.
    • Toast directions: top or bottom.
    • Toast types: info, success, warning, error.
    • Custom leading icons and action buttons.
    • Shadow, border, and background color customization.
    • Swipe-to-dismiss gesture.
    • Multiple toasts displayed simultaneously.

0.0.2 #

  • Modify Readme.md

0.0.3 #

  • Modify Readme.md

1.0.0 #

✨ Stable Release #

  • Added onDismiss callback to handle actions when a toast is dismissed.
  • Introduced isAutoDismissible flag to control automatically disappear.
  • Added manual dismissal methods:
    • dismissById(id) — dismiss a specific toast by its unique ID.
    • dismissFirst() — dismiss the first toast in the queue.
    • dismissLast() — dismiss the most recently added toast.

1.0.1 #

  • Add error handling

1.1.0 #

  • Add custom appear and dismiss animation

1.1.1 #

  • Modify min dart sdk 3.9 to 3.0
  • Optimize source code
7
likes
150
points
13
downloads

Publisher

verified publisherdevthantzin.com

Weekly Downloads

A customizable toast notification system for Flutter. Supports banners, snackbars, and advanced styling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on my_toastify