flutter_rating_bar 4.0.1 copy "flutter_rating_bar: ^4.0.1" to clipboard
flutter_rating_bar: ^4.0.1 copied to clipboard

A simple yet fully customizable ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.

4.0.1 #

  • Cleaned up deprecation warnings.

4.0.0 #

  • Migrate to null safety.

3.2.0+1 #

  • FIXED user could rate below minRating on tap mode Issue #40.
  • IMPROVEMENT user can rate half values in tap mode too (previously it was only possible with drag gesture) Issue #36.
  • Exposed wrapAlignment property for RatingBar Issue #28.

3.2.0 #

Breaking Changes RatingBar is divided into RatingBar() and RatingBar.builder().

3.1.0 #

  • Tapping on the first rating item will reset the rating to 0, if the current rating is 1. Issue #33
  • Added updateOnDrag flag for RatingBar widget.
  • FIXED unratedColor not working for colors with alpha Issue #15.

3.0.1+1 #

  • Added minRating and maxRating properties to RatingBar.

3.0.0+1 #

  • FIXED Issue with scrollable views Issue #18.
  • FIXED unratedColor not working for colors with alpha Issue #15.

3.0.0 #

Breaking Changes This version requires flutter >= 1.9.

  • Removed alpha property, as alpha vale can be provided directly with unratedColor.
  • Adjusted some default behaviours for size and unratedColor.
  • FIXED Issue while using RatingWidget in RTL mode.
  • Improved dart docs

2.0.0+2 #

  • Fixed Issue with unratedColor being null. Issue #13 & #14
  • Fixed alpha property behaving in opposite manner.

2.0.0+1 #

2.0.0 #

Breaking Changes

  • FlutterRatingBar is renamed to RatingBar and FlutterRatingBarIndicator to RatingBarIndicator.
  • itemBuilder is introduced. Now you can use any widget as items with Rating Bar.
  • Improved RTL Mode.
  • Vertical Mode.
  • Glow while rating.

1.3.0+1 #

  • FIXED Rating Indicator not switching to RTL mode.

1.3.0 #

  • FEATURE ADDED Added Support for RTL Mode Issue #5
  • FIXED Fixed issue with allowHalfRating Issue #6

1.2.0 #

1.1.0 #

  • ignoreGestures property added to FlutterRatingBar as per #1 by @Skquark.
  • tapOnlyMode property added to FlutterRatingBar.
  • Readme updated with customization images and links to api docs.

1.1.0 #

  • FlutterRatingBar is also fully customizable as Indicator now.
  • Readme updated with customization examples.
  • Dart-complaint docs added.
  • [Breaking Change] size property in FlutterRatingBar is changed to itemSize for the sake of consistency.

1.0.0 #

  • Initial release
2172
likes
140
pub points
100%
popularity

Publisher

verified publishersarbagyastha.com.np

A simple yet fully customizable ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_rating_bar