braven_charts 0.18.0
braven_charts: ^0.18.0 copied to clipboard
The full-featured open-source Flutter charting system. Fourteen native chart families with multi-axis, live streaming, crosshair tracking, annotations, and typed grammar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add braven_chartsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
braven_charts: ^0.18.0Alternatively, 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:braven_charts/braven_charts.dart';