graph_explorer 1.0.0 copy "graph_explorer: ^1.0.0" to clipboard
graph_explorer: ^1.0.0 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

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.0

Alternatively, your editor might support dart 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
0
pub points
38%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ascii_art_tree, collection

More

Packages that depend on graph_explorer