awesome_toast
A beautiful, customizable toast notification system for Flutter with automatic stacking, smooth animations, and full navigation persistence.
What this package is like to depend on
Last release 8 months ago
13 Dec 2025
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
4 releases · first in 2025
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Nov 2025 to Dec 2025
2026
Releases
latest 4-
2.0.213 Dec 2025Release notes
Open source →- Fix: Added default
Materialwidget wrapper to toasts to prevent "yellow text" styling issues (missing Material ancestor).
- Fix: Added default
-
2.0.113 Dec 2025Release notes
Open source →- Update:
toastBuilderinToastStackConfignow acceptsdismissableandshowProgressparameters:(context, title, message, type, progress, dismissToast, actions, dismissable, showProgress).
- Update:
-
2.0.005 Dec 2025Release notes
Open source →- 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.
- Breaking Change:
-
1.0.007 Nov 2025