mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
510d43e74e
* Add config for Cursor plugin * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update plugin.json --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
21 lines
693 B
JSON
21 lines
693 B
JSON
{
|
|
"name": "dart-flutter",
|
|
"displayName": "Dart and Flutter",
|
|
"version": "1.0.0",
|
|
"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/"
|
|
}
|