flutter_widget_map 0.1.0
flutter_widget_map: ^0.1.0 copied to clipboard
Visualize widget dependency trees.
flutter-widget-map #
Topics: dart · flutter · flutter-widget-map · mobile · pub
Visualize widget dependency trees.
CLI #
npx flutter-widget-map analyze
Features #
- Interactive widget graph
- dependency analysis
Usage #
import 'package:flutter_widget_map/flutter_widget_map.dart';
void main() {
FlutterWidgetMap.init();
}
Why #
Large widget trees become impossible to understand.
License #
MIT