PackageTrack
Sign in Get early access

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 2026
2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 3.2.0 19 Apr 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v3.1.0...v3.2.0

    What's Changed

    New Contributors

    Full Changelog: v3.1.0...v3.2.0

    Open source →
  2. 3.1.0 12 Apr 2026
    Release notes

    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

    Full Changelog: v3.0.2...v3.1.0

    Open source →
  3. 3.0.3 05 Jun 2025
    Release notes
    • feat: Add Advanced Custom Toast Example by @mahdiyarz
    • feat: add block background intercation in global config by @payam-zahedi
    Open source →
  4. 3.0.2 12 Mar 2025
    Release notes

    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

    Open source →
    Release notes
    • 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
    Open source →
  5. 3.0.1 24 Feb 2025
    Release notes

    What's Changed

    Full Changelog: v3.0.0...v3.0.1

    Open source →
    Release notes
    • fix: fix issue related to styles by @payam-zahedi
    Open source →
  6. 3.0.0 20 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.3.0...v3.0.0

    Open source →
    Release notes
    • 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 maxToastLimit to 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
    Open source →
  7. 2.3.0 21 Sep 2024
    Release notes

    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

    Full Changelog: v2.2.0...v2.3.0

    Open source →
    Release notes
    • 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
    Open source →
  8. 2.2.0 26 Aug 2024
    Release notes

    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

    Full Changelog: v2.1.0...v2.2.0

    Open source →
    Release notes
    • 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
    Open source →
  9. 2.1.0 21 Jul 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.0.0...v2.1.0

    Open source →
    Release notes
    • fix: Add clipBehavior for ToastificationConfig by @komakur
    • feat: Add dismiss icon possibility by @alirezat66
    Open source →
  10. 2.0.0 02 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.1.0...v2.0.0

    Open source →
    Release notes
    • Feature: optional context by @SamadiPour
    • Add optional BorderSide option by @LampeMW
    Open source →
  11. 1.2.1 17 Feb 2024
    Release notes
    • Enhancement: [Website] Adding Icon Picker Component by @mahmoud-eslami
    Open source →
  12. 1.2.0 15 Jan 2024
    Release notes
    • [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
    Open source →
  13. 1.1.0 31 Oct 2023
    Release notes

    What's Changed

    Full Changelog: v1.0.2...v1.1.0

    Open source →
    Release notes
    • add new toast style (ToastificationStyle.simple) by @mahmoud-eslami
    • add toastification callbacks by @payam-zahedi
    Open source →
  14. 1.0.2 21 Oct 2023
    Release notes
    • Fix the code preview section issue by @mahmoud-eslami
    • onAutoCompleteCompleted Callback exposed to user by @Shery573
    • Add github stars section by @payam-zahedi
    Open source →
  15. 1.0.1 17 Oct 2023
    Release notes
    • update README.me by @payam-zahedi
    Open source →
  16. 1.0.0 15 Oct 2023
    Release notes
    • 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
    Open source →
  17. 0.0.3 10 Apr 2023
    Release notes
    • Added custom animation feature with animation duration and animation builder parameters
    • Updated documentation to include custom animation usage
    • Other minor bug fixes and improvements
    Open source →
  18. 0.0.2 13 Mar 2023
    Release notes
    • README.md file created
    • CONTRIBUTING.md file created
    • Added new use cases for mobile and web
    • Updated example UI
    Open source →
  19. 0.0.1 12 Mar 2023
    Release notes
    • Initial package version released
    • Toastification core created
    • Predefined toast widgets added
    • Progressbar for widget added
    • Implemented pause onHover behavior
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive