Toastification is a Flutter package for displaying customizable toast messages. It provides predefined widgets for success, error, warning, and info messages, as well as a custom widget for flexibility. With Toastification, you can add and manage multiple toast messages at the same time with ease.
feat: add inherited widget to pass properties to built in widgets by @alirezat66 in https://github.com/payam-zahedi/toastification/pull/139
Feature/restructure_toasts by @alirezat66 in https://github.com/payam-zahedi/toastification/pull/138
Update CONTRIBUTING.md link in README.md by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/156
Update ToastificationStyle Section with 5 Predefined Styles and Updated Image by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/154
refactor: use super parameters & trailing commas by @codered-sjy in https://github.com/payam-zahedi/toastification/pull/157
Update Documentation: Added dismissAll Method Explanation by @Arthur-Barreto in https://github.com/payam-zahedi/toastification/pull/159
Enhance SimpleToastWidget with Close Button by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/151
fix: increase BuiltInContent maxLines to 2 and add TextOverflow.ellipsis by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/166
feat: Add dismissFirst and dismissLast methods to docs by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/163
Add maxToastLimit to ToastificationConfig and Improve Toast Management by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/167
Save User's Last State in Toast Builder – Implemented State Persistence Using Drift (Issue 73) by @AntonioAEMartins in https://github.com/payam-zahedi/toastification/pull/145
feat: add customizable close button by @reza00farjam in https://github.com/payam-zahedi/toastification/pull/172
fix: using navigator key to show toasts by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/175
feat: upgrade flutter version 3.27.1 by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/176
refactor: refactoring core of the package by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/177
feat: adding test for core of the package by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/181
feat: add max lines to config file by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/183
release: version 3.0.0 by @payam-zahedi in https://github.com/payam-zahedi/toastification/pull/182
New Contributors
@codered-sjy made their first contribution in https://github.com/payam-zahedi/toastification/pull/157
@Arthur-Barreto made their first contribution in https://github.com/payam-zahedi/toastification/pull/159
@reza00farjam made their first contribution in https://github.com/payam-zahedi/toastification/pull/172
Full Changelog: https://github.com/payam-zahedi/toastification/compare/v2.3.0...v3.0.0