devlens 1.2.0
devlens: ^1.2.0 copied to clipboard
Flutter Dependency Explorer. A developer tool to analyze any Flutter or Dart project and generate an interactive architecture and dependency visualization map.
1.2.0 #
- β¨ Major Architecture Overhaul: Replaced the single-view graph with a complete 6-Tab Onboarding Dashboard.
- πΊοΈ Learning Path: Added an intelligent learning path report to guide developers through the most important files.
- β οΈ Risk Report: Added scoring for Circular Dependencies, God Classes, and Highly Coupled files.
- ποΈ Folder Map: Grouped metrics by folder boundaries instead of naive top-level modules.
- π Dead Code Detection: Added a report that flags files with zero incoming edges.
- π UI Redesign: Complete rewrite of the HTML exporter to provide a modern, responsive, tabbed UI that works completely offline.
1.1.0 #
- β¨ New Feature: Added a stunning interactive frontend visualizer using
vis-network(Dark mode & Glassmorphic UI). - π Auto-Launch: Automatically opens the generated interactive map in the default system browser upon scan completion.
- π Bug Fix: Fixed a bug on Windows where file paths were mapped incorrectly resulting in disconnected graphs.
- π§Ή Refactor: Filtered external dependencies out of the graph (e.g.
dart:io,package:flutter) to ensure clean, internal-only architecture maps.
1.0.2 #
- Add missing example, fix github URLs in pubspec, and add public API documentation to improve pub points.
1.0.1 #
- Add comprehensive README and MIT LICENSE.
1.0.0 #
- Initial version.