snackify 1.1.0
snackify: ^1.1.0 copied to clipboard
A customizable and fancy SnackBar widget for Flutter with advanced customization options, such as background color, text style, icon support, margin, and more.
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 #
Added #
- Improved Documentation: Added detailed documentation for the
Snackifypackage, including explanations for properties and methods to enhance code clarity and usage.
Fixed #
- Snackbar Rendering Issues: Fixed minor bugs related to the rendering of snackbars, ensuring they appear correctly.
- Auto-dismiss Functionality: Resolved issues with the snackbar's auto-dismiss behavior, ensuring snackbars are properly dismissed after the set duration or on user interaction.
1.0.3 #
1.0.2 #
Fixed #
- Temporarily commented out problematic code related to the
pubspec.yamlconfiguration. - Addressed minor styling issues for the SnackBar widget.
1.0.1 #
Fixed #
- Temporarily commented out problematic code related to the Snackbar rendering.
- Addressed minor styling issues for the SnackBar widget.
1.0.0 - 2024-12-05 #
Added #
- Initial release of the
Snackifypackage for Flutter. - Customizable
SnackBarwidget with:- Background color, text style, and icon support.
- Optional custom margin, border radius, and elevation.
- Customizable display duration for SnackBars.
- Supports icon color and Snackbar's elevation.
- Utilizes
ScaffoldMessengerto show SnackBars. - Fully configurable through the widget's parameters.
Changed #
- First public release with full functionality.
Fixed #
- No fixes in this version.