mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
21 lines
693 B
JSON
21 lines
693 B
JSON
{
|
|
"name": "dart-flutter",
|
|
"displayName": "Dart and Flutter",
|
|
"version": "1.0.3",
|
|
"description": "Official Cursor plugin for Dart and Flutter that installs Flutter/Dart Skills and Dart MCP server for building natively compiled, visually stunning applications for mobile, web, desktop, and embedded devices from a single codebase.",
|
|
"author": {
|
|
"name": "Dart and Flutter Team",
|
|
"url": "https://flutter.dev"
|
|
},
|
|
"homepage": "https://github.com/flutter/agent-plugins",
|
|
"repository": "https://github.com/flutter/agent-plugins",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"flutter",
|
|
"dart",
|
|
"mobile"
|
|
],
|
|
"mcpServers": "./.mcp.json",
|
|
"skills": "./skills/"
|
|
}
|