Animated Rating Bar

codersangam - animated_rating_bar stars - animated_rating_bar forks - animated_rating_bar GitHub release License issues - animated_rating_bar

Intro

A customizable animated rating bar for flutter.

Getting started

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  animated_rating_bar: <latest_version>

In your library add the following import:

import 'package:animated_rating_bar/animated_rating_bar.dart';

Demo

DEMO1 DEMO2 DEMO3 DEMO4

Special Thanks To Colleagues &

  1. Rive
  2. Guidorosso

License

Released under MIT by @codersangam.

Contribution

  1. Fork it (https://github.com/codersangam/animated_rating_bar/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request