gviz 0.4.0 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 theGviz
constructor. - BREAKING Rename
EdgeFlag
toFlag
.
0.1.0 #
- Rename
Graph
toGviz
. - Added
Graph
class which actually represents a DAG. - Ensure nodes are only added once.
0.0.1 #
- Initial version.