fl_chart 0.70.2 copy "fl_chart: ^0.70.2" to clipboard
fl_chart: ^0.70.2 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 Flutter:

 $ flutter pub add fl_chart
copied to clipboard

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

dependencies:
  fl_chart: ^0.70.2
copied to clipboard

Alternatively, your editor might support 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';
copied to clipboard
6.58k
likes
160
points
853k
downloads
screenshot

Publisher

verified publisherflchart.dev

Weekly Downloads

2024.09.08 - 2025.03.23

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#chart #charts #visualization #graph #diagram

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com
www.buymeacoffee.com

License

MIT (license)

Dependencies

equatable, flutter, vector_math

More

Packages that depend on fl_chart