Flutter Rating Bar Versions Save

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

v3.0.0+1

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

v1.1.1

5 years ago
  • 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.