https://github.com/rohan20/flutter_race_view
A Flutter library which includes an animated bar chart race of all entities in a data set.
https://github.com/rohan20/flutter_race_view
bar-race bar-race-chart chart dart flutter
Last synced: 3 months ago
JSON representation
A Flutter library which includes an animated bar chart race of all entities in a data set.
- Host: GitHub
- URL: https://github.com/rohan20/flutter_race_view
- Owner: rohan20
- Created: 2023-05-13T19:32:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T14:27:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T01:51:38.631Z (3 months ago)
- Topics: bar-race, bar-race-chart, chart, dart, flutter
- Language: C++
- Homepage:
- Size: 4.22 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_race_view
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[](https://github.com/felangel/mason)
[![License: MIT][license_badge]][license_link]A Flutter library which includes an animated bar chart race of all entities in a data set. Inspired by [bar_chart_race][bar_chart_race_package_link].
## Demo
Also available as a video under `example/assets/demo.mov`.
## Installation 💻
**❗ In order to start using Flutter Race View you must have the [Flutter SDK][flutter_install_link] installed on your machine.**
Add `flutter_race_view` to your `pubspec.yaml`:
```yaml
dependencies:
flutter_race_view:
git: https://github.com/rohan20/flutter_race_view.git
```Install it:
```sh
flutter packages get
```[flutter_install_link]: https://docs.flutter.dev/get-started/install
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
[mason_link]: https://github.com/felangel/mason
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
[very_good_cli_link]: https://pub.dev/packages/very_good_cli
[very_good_coverage_link]: https://github.com/marketplace/actions/very-good-coverage
[very_good_ventures_link]: https://verygood.ventures
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows
[bar_chart_race_package_link]: https://github.com/younes38/bar_chart_race