Skip to main content
Glama

Flutter Inspector MCP Server

flutter_core_time_dilation

Adjust animation speed in Flutter apps by setting a time dilation factor. Use to slow down or speed up animations for debugging or testing purposes.

Instructions

RPC: Set the time dilation factor for animations in the Flutter app

Input Schema

NameRequiredDescriptionDefault
dilationYesTime dilation factor (1.0 is normal speed, >1.0 is slower, <1.0 is faster)
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "dilation": { "description": "Time dilation factor (1.0 is normal speed, >1.0 is slower, <1.0 is faster)", "minimum": 0, "type": "number" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "dilation" ], "type": "object" }
Install Server

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