gviz 0.4.0 copy "gviz: ^0.4.0" to clipboard
gviz: ^0.4.0 copied to clipboard

A simple utility for creating GraphViz directed graphs using an object oriented API.

0.4.0 #

  • Migrate to null safety.

0.3.0 #

  • BREAKING Removed all of the complex graph API – Graph, Edge, Flag, GraphStyle.
  • Added Gviz.nodeExists function.

0.2.0+1 #

  • Support Dart 2 stable.

0.2.0 #

  • Added graphProperties to the Gviz constructor.
  • BREAKING Rename EdgeFlag to Flag.

0.1.0 #

  • Rename Graph to Gviz.
  • Added Graph class which actually represents a DAG.
  • Ensure nodes are only added once.

0.0.1 #

  • Initial version.
10
likes
135
pub points
85%
popularity

Publisher

verified publisherj832.com

A simple utility for creating GraphViz directed graphs using an object oriented API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on gviz