FL Chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
Chart Types
LineChart | BarChart | PieChart |
---|---|---|
Read More | Read More | Read More |
Let's get started
1 - Depend on it
Add it to your package's pubspec.yaml file
dependencies:
fl_chart: ^0.2.0
2 - Install it
Install packages from the command line
flutter packages get