animated_star_rating 1.0.1 copy "animated_star_rating: ^1.0.1" to clipboard
animated_star_rating: ^1.0.1 copied to clipboard

A Flutter package for animated star ratings with customizable animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_star_rating

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animated_star_rating: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:animated_star_rating/animated_star_rating.dart';
1
likes
150
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for animated star ratings with customizable animations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_animate, flutter_svg

More

Packages that depend on animated_star_rating