graph_explorer 1.0.2 copy "graph_explorer: ^1.0.2" to clipboard
graph_explorer: ^1.0.2 copied to clipboard

A versatile library for generating and analyzing graphs with support for JSON and ASCIIArtTree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graph_explorer

With Flutter:

 $ flutter pub add graph_explorer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  graph_explorer: ^1.0.2

Alternatively, your editor might support dart pub get or 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_explorer/graph_explorer.dart';
2
likes
140
pub points
50%
popularity

Publisher

unverified uploader

A versatile library for generating and analyzing graphs with support for JSON and ASCIIArtTree.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection

More

Packages that depend on graph_explorer