toastification
Toastification is a Flutter package that allows you to easily show toast and notification messages in your application.
3.2.0
183K downloads/mo
#887 most downloaded on pub.dev
payam-zahedi/toastification
What this package is like to depend on
Last release 4 months ago
19 Apr 2026
Release timing varies
gaps range from 2 weeks to 10 months
Nearly every release is documented
notes for 19 of 19 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
19 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2023 to Apr 2026Releases
latest 19-
3.2.019 Apr 2026Release notes
Open source →What's Changed
- feature: add new parameter for on hover mouse cursor by @payam-zahedi in #238
- refactor(deps): remove unnecessary Iconsax and http, use Material Ico… by @MostafaSensei106 in #239
- refactor: make BuiltInContainer public by @payam-zahedi in #240
New Contributors
- @MostafaSensei106 made their first contribution in #239
Full Changelog: v3.1.0...v3.2.0
What's Changed
- feature: add new parameter for on hover mouse cursor by @payam-zahedi in #238
- refactor(deps): remove unnecessary Iconsax and http, use Material Ico… by @MostafaSensei106 in #239
- refactor: make BuiltInContainer public by @payam-zahedi in #240
New Contributors
- @MostafaSensei106 made their first contribution in #239
Full Changelog: v3.1.0...v3.2.0
-
3.1.012 Apr 2026Release notes
Open source →What's Changed
- fix: dispose overlay and value listener after animation remove by @pedrosantosdd in #234
- fix: Resolve toast block by Overlay breaking change (Flutter 3.38+) by @RF103T in #235
New Contributors
- @pedrosantosdd made their first contribution in #234
- @RF103T made their first contribution in #235
Full Changelog: v3.0.2...v3.1.0
-
3.0.305 Jun 2025Release notes
Open source →- feat: Add Advanced Custom Toast Example by @mahdiyarz
- feat: add block background intercation in global config by @payam-zahedi
-
3.0.212 Mar 2025Release notes
Open source →What's Changed
- fix(example): ensure scrollbar reaches screen edge on large screens by applying maxWidth constraints locally by @reza00farjam in #189
- fix: update minimum flutter version to 3.27.0 by @payam-zahedi in #190
- fix: fix sample toast issue by @payam-zahedi in #194
Full Changelog: v3.0.1...v3.0.2
Release notes
Open source →- fix(example): ensure scrollbar reaches screen edge on large screens by applying maxWidth constraints locally by @reza00farjam
- fix: update minimum flutter version to 3.27.0 by @payam-zahedi
- fix: fix sample toast issue by @payam-zahedi
-
3.0.124 Feb 2025Release notes
Open source →What's Changed
- fix: fix issue related to styles by @payam-zahedi in #186
Full Changelog: v3.0.0...v3.0.1
-
3.0.020 Feb 2025Release notes
Open source →What's Changed
- feat: add inherited widget to pass properties to built in widgets by @alirezat66 in #139
- Feature/restructure_toasts by @alirezat66 in #138
- Update CONTRIBUTING.md link in README.md by @AntonioAEMartins in #156
- Update ToastificationStyle Section with 5 Predefined Styles and Updated Image by @AntonioAEMartins in #154
- refactor: use super parameters & trailing commas by @codered-sjy in #157
- Update Documentation: Added dismissAll Method Explanation by @Arthur-Barreto in #159
- Enhance SimpleToastWidget with Close Button by @AntonioAEMartins in #151
- fix: increase BuiltInContent maxLines to 2 and add TextOverflow.ellipsis by @payam-zahedi in #166
- feat: Add dismissFirst and dismissLast methods to docs by @AntonioAEMartins in #163
- Add
maxToastLimitto ToastificationConfig and Improve Toast Management by @AntonioAEMartins in #167 - Save User's Last State in Toast Builder – Implemented State Persistence Using Drift (Issue 73) by @AntonioAEMartins in #145
- feat: add customizable close button by @reza00farjam in #172
- fix: using navigator key to show toasts by @payam-zahedi in #175
- feat: upgrade flutter version 3.27.1 by @payam-zahedi in #176
- refactor: refactoring core of the package by @payam-zahedi in #177
- feat: adding test for core of the package by @payam-zahedi in #181
- feat: add max lines to config file by @payam-zahedi in #183
- release: version 3.0.0 by @payam-zahedi in #182
New Contributors
- @codered-sjy made their first contribution in #157
- @Arthur-Barreto made their first contribution in #159
- @reza00farjam made their first contribution in #172
Full Changelog: v2.3.0...v3.0.0
Release notes
Open source →- feat: add inherited widget to pass properties to built in widgets by @alirezat66
- feat: restructure toasts by @alirezat66
- fix: Update CONTRIBUTING.md link in README.md by @AntonioAEMartins
- feat: Update ToastificationStyle Section with 5 Predefined Styles and Updated Image by @AntonioAEMartins
- refactor: use super parameters & trailing commas by @codered-sjy
- doc: Added dismissAll Method Explanation by @Arthur-Barreto
- feat: Enhance SimpleToastWidget with Close Button by @AntonioAEMartins
- fix: increase BuiltInContent maxLines to 2 and add TextOverflow.ellipsis by @payam-zahedi
- feat: Add dismissFirst and dismissLast methods to docs by @AntonioAEMartins
- feat: Add
maxToastLimitto ToastificationConfig and Improve Toast Management by @AntonioAEMartins - feat: Save User's Last State in Toast Builder – Implemented State Persistence Using Drift (Issue 73) by @AntonioAEMartins
- feat: add customizable close button by @reza00farjam
- fix: using navigator key to show toasts by @payam-zahedi
- feat: upgrade flutter version 3.27.1 by @payam-zahedi
- refactor: refactoring core of the package by @payam-zahedi
- feat: adding test for core of the package by @payam-zahedi
-
2.3.021 Sep 2024Release notes
Open source →What's Changed
- fix: AnimationController.dispose() called more than once. on multiple action show by @AntonioAEMartins in #133
- fix: add extra bottom margin to account for keyboard by @MrLightful in #131
- refactor: toast config and applyMediaQueryViewInsets as property by @payam-zahedi in #134
- fix: add Media Query view padding as a margin to toast overlay by @payam-zahedi in #135
- fix: add max line limit for title and description by @payam-zahedi in #136
New Contributors
- @AntonioAEMartins made their first contribution in #133
- @MrLightful made their first contribution in #131
Full Changelog: v2.2.0...v2.3.0
Release notes
Open source →- fix: AnimationController.dispose() called more than once. on multiple action show by @AntonioAEMartins
- fix: add extra bottom margin to account for keyboard by @MrLightful
- refactor: toast config and applyMediaQueryViewInsets as property by @payam-zahedi
- fix: add Media Query view padding as a margin to toast overlay by @payam-zahedi
- fix: add max line limit for title and description by @payam-zahedi
-
2.2.026 Aug 2024Release notes
Open source →What's Changed
- Fix offset in description when title is null by @romatallinn in #120
- fix: Cannot hide the icon if the style is FlatColored by @sandunrajitha in #125
- fix: remove padding on top of toast list and make it tappable by @payam-zahedi in #128
New Contributors
- @romatallinn made their first contribution in #120
- @sandunrajitha made their first contribution in #125
Full Changelog: v2.1.0...v2.2.0
Release notes
Open source →- Fix offset in description when title is null by @romatallinn
- fix: Cannot hide the icon if the style is FlatColored by @sandunrajitha
- fix: remove padding on top of toast list and make it tappable by @payam-zahedi
-
2.1.021 Jul 2024Release notes
Open source →What's Changed
- Add clipBehavior for ToastificationConfig by @komakur in #110
- Add dismiss icon possibility by @alirezat66 in #116
New Contributors
- @komakur made their first contribution in #110
- @alirezat66 made their first contribution in #116
Full Changelog: v2.0.0...v2.1.0
Release notes
Open source →- fix: Add clipBehavior for ToastificationConfig by @komakur
- feat: Add dismiss icon possibility by @alirezat66
-
2.0.002 May 2024Release notes
Open source →What's Changed
- Feature: optional context by @SamadiPour in #92
- Add optional BorderSide option by @lampemw in #103
New Contributors
- @SamadiPour made their first contribution in #92
- @lampemw made their first contribution in #103
Full Changelog: v1.1.0...v2.0.0
Release notes
Open source →- Feature: optional context by @SamadiPour
- Add optional BorderSide option by @LampeMW
-
1.2.117 Feb 2024 -
1.2.015 Jan 2024Release notes
Open source →- [Website] Adding Color Picker Component by @mahmoud-eslami
- fix dependency versions in pubspec by @bahiraei
- fix the color picker issues on builder website by @payam-zahedi
- Feature: dismiss direction by @sibiramer
- Add blur effect to all toast styles by @ayoubrajabi
- Allow Widgets in Toast Title and Description by @callmephil
-
1.1.031 Oct 2023Release notes
Open source →What's Changed
- add new toast style (ToastificationStyle.simple) by @mahmoud-eslami in #64
- add toastification callbacks by @payam-zahedi in #66
Full Changelog: v1.0.2...v1.1.0
Release notes
Open source →- add new toast style (ToastificationStyle.simple) by @mahmoud-eslami
- add toastification callbacks by @payam-zahedi
-
1.0.221 Oct 2023Release notes
Open source →- Fix the code preview section issue by @mahmoud-eslami
- onAutoCompleteCompleted Callback exposed to user by @Shery573
- Add github stars section by @payam-zahedi
-
1.0.117 Oct 2023 -
1.0.015 Oct 2023Release notes
Open source →- add dismissAll function by @payam-zahedi
- add toastification manager and alignment to toasts by @payam-zahedi
- add swipe to dismiss feature by @payam-zahedi
- update and deploy example app by @payam-zahedi
- update default icons and primary colors by @payam-zahedi
- add support for textDirection by @payam-zahedi
- add progress bar by @payam-zahedi
- add different close types by @payam-zahedi
- add custom animation to example by @payam-zahedi
- Add equatable and change cupertino with widgets by @benyaminbeyzaie
- Add _disposeAnimation() by @benyaminbeyzaie
- fix example design issues in v1.0.0 by @payam-zahedi
- update the built in toast base on the design by @payam-zahedi
- update theme values by @payam-zahedi
- Remove .vscode from git by @benyaminbeyzaie
- update kotlin_version by @benyaminbeyzaie
- Add new AppBar by @benyaminbeyzaie
- Add Toastification Config Provider by @benyaminbeyzaie
- add new properties to global config by @payam-zahedi
- Feat/update panel by @payam-zahedi
- Update header by @payam-zahedi
- Update toast preview component by @payam-zahedi
- Add responsive toast types by @benyaminbeyzaie
- update code preview widget by @payam-zahedi
-
0.0.310 Apr 2023Release notes
Open source →- Added custom animation feature with
animation durationandanimation builderparameters - Updated documentation to include custom animation usage
- Other minor bug fixes and improvements
- Added custom animation feature with
-
0.0.213 Mar 2023Release notes
Open source →- README.md file created
- CONTRIBUTING.md file created
- Added new use cases for mobile and web
- Updated example UI
-
0.0.112 Mar 2023Release notes
Open source →- Initial package version released
- Toastification core created
- Predefined toast widgets added
- Progressbar for widget added
- Implemented pause onHover behavior