This is a Scoop bucket for Flutter Skill.
# Add this bucket
scoop bucket add flutter-skill https://github.com/ai-dashboad/scoop-flutter-skill
# Install Flutter Skill
scoop install flutter-skillFlutter Skill is a bridge that connects AI agents (Claude, Cursor, Windsurf) to running Flutter applications via the Dart VM Service Protocol.
Add to your AI agent's config:
{
"mcpServers": {
"flutter-skill": {
"command": "flutter-skill",
"args": ["server"]
}
}
}