flutter_rating
A flutter plugin that implements rating system.
2.0.2
13K downloads/mo
#2638 most downloaded on pub.dev
goops17/flutter_rating
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 months to 5.5 years
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
3 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2018 to Mar 2024Releases
latest 3-
2.0.217 Mar 2024Release notes
Open source →-
Implemented Null Safety: Updated the widget for null safety to comply with the latest Dart and Flutter standards.
-
Customizable Icons with IconData: Introduced parameters (filledIcon, halfFilledIcon, emptyIcon) to accept IconData, allowing * users to customize the appearance of the star icons more easily.
-
Optional Half-Star Rating: Added the allowHalfRating parameter to enable or disable half-star ratings through a long press, enhancing user interaction.
-
Color Customization for Default Icons: Ensured that if custom icons are not provided, the default icons (Icons.star, Icons.star_half, Icons.star_border) will use the color and borderColor specified by the user.
-
Refined Code Structure: Streamlined the widget's implementation by optimizing parameter usage and simplifying the widget's overall structure.
-
Breaking Changes:
-
Transitioned icon customization from Widget to IconData for filledIcon, halfFilledIcon, and emptyIcon parameters to streamline the customization process and align with Flutter's icon handling conventions.
-
Updated RatingChangeCallback to be nullable to better handle cases where no action is taken on rating change.
-
Deprecated Features:
-
Deprecation of direct star size specification relative to screen width in favor of a more straightforward size parameter, allowing for direct control over icon sizes and simplifying the widget's interface.
-
-
0.0.202 Oct 2018Release notes
Open source →- Fixed background transparency issues.
- Addressed example overflow problems.
- Adjusted star size to be relative to the screen width.
- Improved splash animation on click.
- Formatted code for better readability and maintainability.
-
0.0.111 Jul 2018Release notes
Open source →- Initial release of the StarRating widget with basic functionality for displaying and interacting with star ratings in Flutter apps.