my_toastify 1.1.2
my_toastify: ^1.1.2 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 layouts —
snackBarStyleandbannerStyle. - 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
1.1.2 #
- Add API description