Topics: dart · flutter · flutter-widget-map · mobile · pub
Visualize widget dependency trees.
npx flutter-widget-map analyze- Interactive widget graph
- dependency analysis
import 'package:flutter_widget_map/flutter_widget_map.dart';
void main() {
FlutterWidgetMap.init();
}Large widget trees become impossible to understand.
MIT