lakos 1.3.1 copy "lakos: ^1.3.1" to clipboard
lakos: ^1.3.1 copied to clipboard

outdated

Visualize Dart library dependencies in Graphviz dot. Detect dependency cycles.

1.3.1 #

  • Improved resolvedFile logic in getEdges function.

1.3.0 #

  • CLI breaking change: --no-cycles-allowed no longer requires --metrics to be on.

1.2.3 #

  • Added numEdges and avgDegree to metrics. Removed acdp.
  • Added --node-color option.
  • Made --metrics default to off.
  • Added a gv2gml example in readme.
  • Updated readme images.

1.2.2 #

  • Upgraded to directed_graph 0.2.2.
  • Added a test for piping stdout to dot.

1.2.1 #

  • API breaking change: convertModelToDirectedGraph is now Model.toDirectedGraph.
  • Replaced digraph.isAcyclic with firstCycle.isEmpty for efficiency.
  • Fixed a bug with forward slash paths on Windows.

1.1.1 #

  • Escaped multiplication asterisks in readme.

1.1.0 #

  • Added Metrics.firstCycle.
  • Exposed convertModelToDirectedGraph in the public API.
  • Added more dartdoc comments to the public API.
  • Made subgraph ids relative to rootDir instead of rootDir.parent.

1.0.0 #

  • Initial version.
104
likes
0
pub points
72%
popularity

Publisher

verified publisherolegalexander.com

Visualize Dart library dependencies in Graphviz dot. Detect dependency cycles.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, directed_graph, glob, path, string_scanner

More

Packages that depend on lakos