my_snackbar_package 0.0.4
my_snackbar_package: ^0.0.4 copied to clipboard
A versatile Flutter package to display customizable snackbars with various styles and actions. Ideal for providing quick notifications and feedback.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-08-07 #
Added #
- Initial release of
my_snackbar_package. - Added
MySnackbarclass with a staticshowmethod to display a simple snackbar.
0.0.3 - 2024-08-08 #
Improved #
- Enhanced documentation for public API elements, including the
MySnackbar,MyApp, andMyHomePageclasses, and theshowmethod. - Updated README to better explain the package usage and features.
- Improved Pub Points score by addressing analyzer warnings and enhancing code quality.