flutter_widget_tree 1.0.2
flutter_widget_tree: ^1.0.2 copied to clipboard
A CLI tool to extract and visualize Flutter widget tree structure from Dart files.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.2 - 2025-08-08 #
1.0.1 - 2025-08-08 #
Added #
- Initial CLI command
flutter_treefor visualizing widget hierarchy from Dart files. - Core logic to parse Dart widget trees using the
analyzerpackage. - Support for nested widget tree extraction and printing.
Fixed #
- Corrected the
executablesentry inpubspec.yamlto matchbin/flutter_widget_tree.dart.