bezier_chart 1.0.17+1 bezier_chart: ^1.0.17+1 copied to clipboard
A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bezier_chart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bezier_chart: ^1.0.17+1
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:bezier_chart/bezier_chart.dart';