Skip to content

miomit/graph_dot

Repository files navigation

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.

About

Library for creating Graphviz graphs in the dot language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages