Flutter Inspector MCP Server

by Arenukvern
Verified

flutter_core_evict

RPC: Evict an asset from the Flutter app's cache

Input Schema

NameRequiredDescriptionDefault
assetYesAsset path to evict from the cache
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "asset": { "description": "Asset path to evict from the cache", "type": "string" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "asset" ], "type": "object" }