Skip to main content
Glama

Flutter Inspector MCP Server

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

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