animated_fl_chart 0.0.6 animated_fl_chart: ^0.0.6 copied to clipboard
Animated FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart. Chart with render animation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_fl_chart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
animated_fl_chart: ^0.0.6
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:animated_fl_chart/animated_fl_chart.dart';