Skip to main content
Glama

Flutter Inspector MCP Server

inspector_track_rebuild_dirty_widgets

Identify performance issues in Flutter apps by enabling widget rebuild tracking to detect unnecessary rendering, connected via the default debug port or a custom port.

Instructions

RPC: Track widget rebuilds to identify performance issues (ext.flutter.inspector.trackRebuildDirtyWidgets). Connects to the default Flutter debug port (8181) unless specified otherwise.

Input Schema

NameRequiredDescriptionDefault
enabledYesWhether to enable or disable rebuild tracking
portNoOptional: Custom port number if not using default Flutter debug port 8181

Input Schema (JSON Schema)

{ "properties": { "enabled": { "description": "Whether to enable or disable rebuild tracking", "type": "boolean" }, "port": { "description": "Optional: Custom port number if not using default Flutter debug port 8181", "type": "number" } }, "required": [ "enabled" ], "type": "object" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arenukvern/mcp_flutter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server