lakos
Visualize internal Dart library dependencies in Graphviz dot. Detect dependency cycles.
2.0.7
7.3K downloads/mo
#3371 most downloaded on pub.dev
OlegAlexander/lakos
What this package is like to depend on
Last release 4 months ago
04 Apr 2026
Release timing varies
gaps range from 9 days to 13 months
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
21 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
21 releases · Aug 2020 to Apr 2026
2021
2022
2023
2024
2025
2026
Releases
latest 21-
2.0.704 Apr 2026 -
2.0.610 May 2025 -
2.0.526 Dec 2024 -
2.0.428 Jan 2024 -
2.0.305 Feb 2023Release notes
Open source →- Inlined the discontinued pub_cache package and fixed all lint warnings.
- Using the new
dartDocker image. - Upgraded dependencies.
-
2.0.209 Jan 2022Release notes
Open source →- Ignore import lines that don't end with a semicolon.
- Upgraded dependencies.
-
2.0.127 Mar 2021 -
2.0.019 Mar 2021 -
1.4.118 Mar 2021Release notes
Open source →- Upgraded all dependencies to null-safe versions, except for directed_graph.
- string_scanner is no longer a direct dependency.
-
1.4.003 Oct 2020Release notes
Open source →- CLI breaking change: Removed
--node-color,--font, and--layoutoptions because all of these can be overriden through the Graphvizdotcommand line arguments. - Improved default graph styling.
- CLI breaking change: Removed
-
1.3.427 Sep 2020 -
1.3.326 Sep 2020 -
1.3.218 Sep 2020 -
1.3.118 Sep 2020 -
1.3.015 Sep 2020Release notes
Open source →- CLI breaking change:
--no-cycles-allowedno longer requires--metricsto be on.
- CLI breaking change:
-
1.2.312 Sep 2020Release notes
Open source →- Added numEdges and avgDegree to metrics. Removed acdp.
- Added
--node-coloroption. - Made
--metricsdefault to off. - Added a
gv2gmlexample in readme. - Updated readme images.
-
1.2.222 Aug 2020Release notes
Open source →- Upgraded to directed_graph 0.2.2.
- Added a test for piping stdout to dot.
-
1.2.118 Aug 2020Release notes
Open source →- 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.118 Aug 2020 -
1.1.018 Aug 2020Release notes
Open source →- 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.016 Aug 2020