Flutter Inspector MCP Server

by Arenukvern
Verified

flutter_core_brightness_override

RPC: Override the brightness for the Flutter app

Input Schema

NameRequiredDescriptionDefault
brightnessYesBrightness to override to (light, dark, or null to reset)
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "brightness": { "description": "Brightness to override to (light, dark, or null to reset)", "enum": [ "light", "dark", null ], "type": "string" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "brightness" ], "type": "object" }