fl_chart 0.61.0 copy "fl_chart: ^0.61.0" to clipboard
fl_chart: ^0.61.0 copied to clipboard

A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fl_chart

With Flutter:

 $ flutter pub add fl_chart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fl_chart: ^0.61.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fl_chart/fl_chart.dart';
5624
likes
0
pub points
100%
popularity

Publisher

verified publisherflchart.dev

A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on fl_chart