flutter_arch_lens 1.0.2
flutter_arch_lens: ^1.0.2 copied to clipboard
Architecture analyzer for Flutter/Dart projects (CLI). Generates dependency graphs, detects cycles, and enforces layering rules.
1.0.2 #
- Added OSI license (MIT)
- Added example folder
- Improved dartdoc coverage for public API
- Documentation and metadata improvements
1.0.1 #
- Added explain mode (
--explain) to describe detected architecture - Added recommend mode (
--recommend) with actionable guidance - Improved structure detection for Flutter apps and Dart packages
- Added package-aware recommendations (lib/src, public API)
- Improved CLI UX and output clarity
- Bug fixes and internal refactoring
0.1.0 #
- Initial release.
- Scans
lib/**.dartand builds an internal import graph. - Detects circular dependencies (cycles).
- Optional layer assignment via
.arch_lens.yamlglobs. - Optional layer dependency rules (allowedDependencies).
- Outputs report as text or JSON.
- Adds
--explainand--recommendmodes for architecture coaching.