Flutter Inspector MCP Server

by Arenukvern
Verified

flutter_core_brightness_override

Override the brightness (light, dark, or reset) of a Flutter app during debugging using the specified port. Enhances UI testing and theme validation.

Instructions

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" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

ID: qnu3f0fa20