dependency_lens 0.1.3
dependency_lens: ^0.1.3 copied to clipboard
Flutter DevTools extension and CLI for visualizing local module dependencies and detecting cycles.
0.1.3 #
- Add a package Explorer tab for large workspaces.
- Add graph focus controls for 1-hop, 2-hop, and full graph views.
- Add matrix search and an issues-only filter.
- Improve expanded cycle evidence alignment and spacing.
- Collapse long Explorer import evidence behind an
Imported in (N)disclosure. - Separate Explorer dependency edges into subtle cards for easier scanning.
- Depend on
dependency_lens_core^0.1.3.
0.1.2 #
- Add public API documentation comments for generated API docs.
- Add a package example for pub.flutter-io.cn documentation scoring.
- Improve the graph view with an interactive force-directed layout and collapsed cycle evidence.
- Depend on
dependency_lens_core^0.1.2.
0.1.1 #
- Relax SDK constraints to Dart
>=3.6.0and Flutter>=3.27.1. - Depend on
dependency_lens_core^0.1.1. - Update publishing ignores for local override files.
0.1.0 #
- Initial DevTools extension and CLI for local package dependency graphs.
- Interactive dependency matrix and graph with cycle highlighting.
- Cycle details with declared/imported evidence.
- YAML-backed scanner configuration shared by CLI and DevTools UI.
- Unused local dependency detection for declared-but-not-imported path dependencies.
- Matrix cells mark unused dependencies directly with an
UNUSEDmarker. - CI-friendly
checkcommand with optional--fail-on-unused-dependencies. - LocaleLens-style DevTools workbench with adaptive light and dark theme.