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

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.

Awesome Lists containing this project

README

        

# flutter_race_view

[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](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