graph_ai 0.0.7
graph_ai: ^0.0.7 copied to clipboard
A Flutter Charts library which includes data visualization widgets such as cartesian and circular charts, to create real-time, interactive, high-performance, animated charts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add graph_ai
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
graph_ai: ^0.0.7
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:graph_ai/charts.dart';
import 'package:graph_ai/sparkcharts.dart';
copied to clipboard