animated_rating_bar 0.0.8 animated_rating_bar: ^0.0.8 copied to clipboard
Animated Rating Bar can be used for rating which enhaces User Experince by displaying beautiful animation like glows and sparks.
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