Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.13 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.13 KB

flutter_race_view

style: very good analysis Powered by Mason License: MIT

A Flutter library which includes an animated bar chart race of all entities in a data set. Inspired by bar_chart_race.

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