devlens 1.1.0
devlens: ^1.1.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.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.