https://github.com/codersangam/animated_rating_bar
A customizable animated rating bar for flutter.
https://github.com/codersangam/animated_rating_bar
animation animations dart flutter flutter-app flutter-apps flutter-examples flutter-ui rating rating-stars rive
Last synced: 8 months ago
JSON representation
A customizable animated rating bar for flutter.
- Host: GitHub
- URL: https://github.com/codersangam/animated_rating_bar
- Owner: codersangam
- License: mit
- Created: 2023-05-23T10:59:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T05:28:43.000Z (about 3 years ago)
- Last Synced: 2025-10-23T00:59:17.180Z (8 months ago)
- Topics: animation, animations, dart, flutter, flutter-app, flutter-apps, flutter-examples, flutter-ui, rating, rating-stars, rive
- Language: C++
- Homepage: https://pub.dev/packages/animated_rating_bar
- Size: 5.13 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Animated Rating Bar
[](https://github.com/codersangam/animated_rating_bar "Go to GitHub repo")
[](https://github.com/codersangam/animated_rating_bar)
[](https://github.com/codersangam/animated_rating_bar)
[](https://github.com/codersangam/animated_rating_bar/releases/)
[](#license)
[](https://github.com/codersangam/animated_rating_bar/issues)
## Intro
A customizable animated rating bar for flutter.
## Getting started
In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
animated_rating_bar:
```
In your library add the following import:
```dart
import 'package:animated_rating_bar/animated_rating_bar.dart';
```
## Demo




## Special Thanks To Colleagues &
1. [Rive](https://rive.app/community/3145-6649-star-rating/)
2. [Guidorosso](https://rive.app/@guidorosso/)
## License
Released under [MIT](/LICENSE) by [@codersangam](https://github.com/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