Skip to content
VS Code

flutter skill for VS Code

io.github.ai-dashboad/flutter-skill

AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero test code needed.

client:VS Code transport:stdio runtime:npm

Install flutter skill in VS Code

.vscode/mcp.json

{
  "servers": {
    "flutter-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flutter-skill"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

flutter skill in other clients