toastification 2.3.0 toastification: ^2.3.0 copied to clipboard
Toastification is a Flutter package that allows you to easily show toast and notification messages in your application.
2.3.0 #
- 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.0 #
- 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.0 #
- fix: Add clipBehavior for ToastificationConfig by @komakur
- feat: Add dismiss icon possibility by @alirezat66
2.0.0 #
- Feature: optional context by @SamadiPour
- Add optional BorderSide option by @LampeMW
1.2.1 #
- Enhancement: [Website] Adding Icon Picker Component by @mahmoud-eslami
1.2.0 #
- [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.0 #
- add new toast style (ToastificationStyle.simple) by @mahmoud-eslami
- add toastification callbacks by @payam-zahedi
1.0.2 #
- 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.1 #
- update README.me by @payam-zahedi
1.0.0 #
- 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.3 #
- Added custom animation feature with
animation duration
andanimation builder
parameters - Updated documentation to include custom animation usage
- Other minor bug fixes and improvements
0.0.2 #
- README.md file created
- CONTRIBUTING.md file created
- Added new use cases for mobile and web
- Updated example UI
0.0.1 #
- Initial package version released
- Toastification core created
- Predefined toast widgets added
- Progressbar for widget added
- Implemented pause onHover behavior