Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 456 Bytes

File metadata and controls

34 lines (21 loc) · 456 Bytes

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