graph_dot 1.0.3 copy "graph_dot: ^1.0.3" to clipboard
graph_dot: ^1.0.3 copied to clipboard

Library for creating Graphviz graphs in the dot language.

Library for creating Graphviz graphs in the dot language.

example example

Getting started #

Add a dependency to pubspec.yaml

dependencies:
    graph_dot:

you will also need the graphviz utility.

Fedora

sudo dnf install graphviz

Usage #

Look in /example folder.

var graph = Graph();

graph.setEdge('A', 'B');

print(graph.toDot);

Additional information #

This library is under development. With each new version, a new feature will be added.

1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Library for creating Graphviz graphs in the dot language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on graph_dot