fl chart
a powerful flutter chart library, currently supporting line chart, bar chart and pie chart.
chart types
linechart | barchart | piechart |
---|---|---|
fantastic charts | ||
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 fantastic charts
install packages from the command line
flutter packages get
Comments are closed.