Flutter Inspector MCP Server

by Arenukvern
Verified

debug_dump_render_tree

Dump and analyze the render tree for Flutter apps to diagnose widget structure, layout, and navigation issues. Connects to Flutter's debug port by default, with optional custom port support.

Instructions

RPC: Dump the render tree (ext.flutter.debugDumpRenderTree). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

NameRequiredDescriptionDefault
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

ID: qnu3f0fa20