A Flutter library which includes an animated bar chart race of all entities in a data set. Inspired by bar_chart_race.
Also available as a video under example/assets/demo.mov
.
❗ In order to start using Flutter Race View you must have the Flutter SDK installed on your machine.
Add flutter_race_view
to your pubspec.yaml
:
dependencies:
flutter_race_view:
git: https://github.com/rohan20/flutter_race_view.git
Install it:
flutter packages get