interactive_graph_view 0.3.0
interactive_graph_view: ^0.3.0 copied to clipboard
A performant rendering library for displaying and manipulating custom-defined graph structures through a simple API with maximum control over the graph's look and feel.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add interactive_graph_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
interactive_graph_view: ^0.3.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:interactive_graph_view/interactive_graph_view.dart';