graph_ai 0.0.7 copy "graph_ai: ^0.0.7" to clipboard
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
2
likes
70
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.28 - 2025.03.12

A Flutter Charts library which includes data visualization widgets such as cartesian and circular charts, to create real-time, interactive, high-performance, animated charts.

Homepage
Repository (GitLab)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, intl, syncfusion_flutter_core, vector_math

More

Packages that depend on graph_ai