snackify 1.2.4
snackify: ^1.2.4 copied to clipboard
Snackify is a Flutter package for creating animated, customizable snackbars with options for message type, position, duration, and more, improving user notifications.
Changelog #
All notable changes to this project will be documented in this file.
1.2.0 #
Added #
- Text-to-Speech (TTS) Support: Integrated TTS functionality for snackbar, allowing snackbar to be read aloud for better accessibility.
- Box Shadow for Snackbar: Introduced a box shadow effect to snackbars for a more modern and visually appealing design.
- Improved Documentation: Added detailed documentation for the
Snackify
package, including explanations for properties and methods to enhance code clarity and usage.
Fixed #
- Snackbar Animation: Fixed minor issues with the animation of snackbars, ensuring smoother transitions when they appear and disappear
- Dismiss Functionality: Resolved issues with the snackbar's dismiss behavior, ensuring snackbars are properly dismissed by swiping horizontally.
1.1.0 #
Added #
- Improved Documentation: Added detailed documentation for the
Snackify
package, 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.yaml
configuration. - 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
Snackify
package for Flutter. - Customizable
SnackBar
widget 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
ScaffoldMessenger
to show SnackBars. - Fully configurable through the widget's parameters.
Changed #
- First public release with full functionality.
Fixed #
- No fixes in this version.