awesome_toast 2.0.2
awesome_toast: ^2.0.2 copied to clipboard
A beautiful, customizable toast notification system for Flutter with automatic stacking, smooth animations, and full navigation persistence.
2.0.2 #
- Fix: Added default
Materialwidget wrapper to toasts to prevent "yellow text" styling issues (missing Material ancestor).
2.0.1 #
- Update:
toastBuilderinToastStackConfignow acceptsdismissableandshowProgressparameters:(context, title, message, type, progress, dismissToast, actions, dismissable, showProgress).
2.0.0 #
- Breaking Change:
contentBuilderinshowmethod now acceptsactionsas a parameter:(context, progress, dismissToast, actions). - New Feature: Added
dismissableproperty toToastStackConfig,ToastItem, andDefaultToast.- Controls whether a toast can be dismissed by drag/swipe.
- If
false, the toast resists dragging, snaps back, and auto-dismissal is disabled by default.
- New Feature: Added
blurproperty to glassmorphism effect. - New Feature: Added
iconColorcustomization. - New Feature: Added
expandProgressproperty to control progress bar appearance (fill background vs bottom line). - Optimization: Significant performance improvements in rendering and layout calculation.
- Conditional
BackdropFilterusage. - O(N) layout offset calculation.
- Conditional
- Refactor:
ToastStackConfigstructure updated.
1.0.0 #
- Initial release of the
awesome_toastpackage.