gviz 0.4.2
gviz: ^0.4.2 copied to clipboard
A simple utility for creating Graphviz directed graphs using an object oriented API.
0.4.2 #
- Allow undirected graphs via
Gviz(isDirected:false)
0.4.0 #
- Migrate to null safety.
0.3.0 #
- BREAKING Removed all 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.