awesome_rating 0.0.4 copy "awesome_rating: ^0.0.4" to clipboard
awesome_rating: ^0.0.4 copied to clipboard

A simple awesome rating widget for flutter which also include fully customizaable, supporting any fraction of rating.

A simple awesome rating widget for flutter which also include fully customizaable, supporting any fraction of rating.

##Features

  • Set minimum and maximum rating
  • Any widgets can be used as as rating bar/indicator items
  • Different widgets can be used in same rating bar as per position
                AwesomeStarRating(
                  starCount: 5,
                  rating: 5.0,
                  size: 30.0,
                  color: Colors.orange,
                  borderColor: Colors.orange,
                ),
copied to clipboard

AWESOME RATING

DEMO

                AwesomeStarRating(
                  starCount: 5,
                  rating: 5.0,
                  size: 30.0,
                  onRatingChanged: (double value){
                  setState((){
                    rating = value;
                      });
                    },
                  color: Colors.orange,
                  borderColor: Colors.orange,
                ),
copied to clipboard

AWESOME RATING value change

DEMO

7
likes
140
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.09 - 2025.02.21

A simple awesome rating widget for flutter which also include fully customizaable, supporting any fraction of rating.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on awesome_rating