Find Flutter Widget [Pro]
flutter_find_widgetSearch the Flutter widget tree for widgets matching a query by type name, description, or text. Returns source locations of matching widgets. Use to locate specific UI elements during debugging or test generation.
Instructions
[Pro] Search the widget tree for widgets matching a query. Searches by widget type name, description, and text content. Example queries: 'ElevatedButton', 'Text', 'AppBar', 'Login'. Returns matching widgets with their source locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Widget type, text, or description to search for (e.g., 'ElevatedButton', 'Login') | |
| summary_only | No | Search only user-created widgets (true) or full tree (false) |