fl_chart 0.66.2 copy "fl_chart: ^0.66.2" to clipboard
fl_chart: ^0.66.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 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.66.2

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';
5623
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.

Homepage
Repository (GitHub)
View/report issues

Topics

#chart #charts #visualization #graph #diagram

Documentation

Documentation

Funding

Consider supporting this project:

github.com
www.buymeacoffee.com

License

unknown (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on fl_chart