animated_star_rating 1.0.1
animated_star_rating: ^1.0.1 copied to clipboard
A Flutter package for animated star ratings with customizable animations.
1.0.1 #
- Added Dartdoc comments to improve code documentation and clarity.
- Enhanced documentation for the main library and core components.
- Improved the public API documentation coverage for better readability and usability.
- Fixed minor code formatting issues to ensure cleaner structure.
1.0.0 #
- Initial release of the
animated_star_ratingpackage. - Added support for interactive star ratings with multiple animation types.
- Animations include: Scale, Rotate, Fade, Bounce, and No Animation.
- Allows users to rate with star icons and see animations on interaction.
- Customizable animation type via the
StarAnimationTypeenum. - Includes sample usage in the example app for easy integration.