app_toast 0.0.5
app_toast: ^0.0.5 copied to clipboard
A simple Flutter package for displaying toast messages and snackbars with customizable options.
Changelog #
All notable changes to this project will be documented in this file.
0.0.4+1 #
- updated example.
0.0.4 #
- implemented example.
0.0.3 #
- added example file.
0.0.2 #
Added #
- Implemented
showToast
method to display toast messages. - Implemented
showSnackBar
method to display snackbars. - Support for customizable text color, background color, font size, and toast gravity.
- Built-in error message styling.
- Added support for different toast durations.
0.0.1 #
- Initial Release.