An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Animated Rating Bar
[![codersangam - animated_rating_bar](https://img.shields.io/static/v1?label=codersangam&message=animated_rating_bar&color=green&logo=github)](https://github.com/codersangam/animated_rating_bar "Go to GitHub repo")
[![stars - animated_rating_bar](https://img.shields.io/github/stars/codersangam/animated_rating_bar?style=social)](https://github.com/codersangam/animated_rating_bar)
[![forks - animated_rating_bar](https://img.shields.io/github/forks/codersangam/animated_rating_bar?style=social)](https://github.com/codersangam/animated_rating_bar)
[![GitHub release](https://img.shields.io/github/release/codersangam/animated_rating_bar?include_prereleases=&sort=semver&color=purple)](https://github.com/codersangam/animated_rating_bar/releases/)
[![License](https://img.shields.io/badge/License-MIT-purple)](#license)
[![issues - animated_rating_bar](https://img.shields.io/github/issues/codersangam/animated_rating_bar)](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
![DEMO1](demo1.gif)
![DEMO2](demo2.gif)
![DEMO3](demo3.gif)
![DEMO4](dark_mode.gif)

## 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