flutter_widget_tree
Inspect the live widget tree with source file locations. Filter by widget type, set depth and limits, or include framework widgets to locate build origins.
Instructions
Show the live widget tree with the source location of each widget.
Only widgets from your own project are shown by default — the framework's own wrappers are noise. Each line ends with the file and line that built it.
Args: contains: case-insensitive filter on widget type or description. max_depth: 0 for no limit, otherwise prune deeper than this. limit: max widgets returned. include_framework: also show widgets from Flutter and third-party packages. package, serial: as elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| serial | No | ||
| package | No | ||
| contains | No | ||
| max_depth | No | ||
| include_framework | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |