gviz 0.3.0
gviz: ^0.3.0 copied to clipboard
A simple utility for creating GraphViz directed graphs using an object oriented API.
0.3.0 #
- BREAKING Removed all of the complex graph API –
Graph,Edge,Flag,GraphStyle. - Added
Gviz.nodeExistsfunction.
0.2.0+1 #
- Support Dart 2 stable.
0.2.0 #
- Added
graphPropertiesto theGvizconstructor. - BREAKING Rename
EdgeFlagtoFlag.
0.1.0 #
- Rename
GraphtoGviz. - Added
Graphclass which actually represents a DAG. - Ensure nodes are only added once.
0.0.1 #
- Initial version.