flutter_rating
A highly customizable flutter widget that implements rating system.
Getting Started
//Only initial rating is must have parameter
new StarRating(rating: rating),
That's all you need. See below and /example for stars.
A highly customizable flutter widget that implements rating system.
//Only initial rating is must have parameter
new StarRating(rating: rating),
That's all you need. See below and /example for stars.