Flutter Tools MCP Server

apply_fixes

Apply Dart fix suggestions to a file

Input Schema

NameRequiredDescriptionDefault
fileYesPath to the Dart/Flutter file

Input Schema (JSON Schema)

{ "properties": { "file": { "description": "Path to the Dart/Flutter file", "type": "string" } }, "required": [ "file" ], "type": "object" }

You must be authenticated.

Other Tools