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
Special Thanks To Colleagues &
License
Released under MIT by @codersangam.
Contribution
- Fork it (https://github.com/codersangam/animated_rating_bar/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request