toastification 0.0.3 toastification: ^0.0.3 copied to clipboard
Toastification is a Flutter package that allows you to easily show toast messages in your application.
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