mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
a037a4a343
* Add Codex plugin * Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * fix nit * remove default prompt field --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "dart-flutter",
|
|
"version": "1.0.0",
|
|
"description": "Official Codex 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",
|
|
"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",
|
|
"codex",
|
|
"skills",
|
|
"mcp"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "Dart and Flutter",
|
|
"shortDescription": "Build and manage Dart and Flutter apps from Codex.",
|
|
"longDescription": "Use official Dart and Flutter skills and the MCP server to develop apps, run workflows, and manage code from Codex.",
|
|
"developerName": "Dart and Flutter",
|
|
"category": "Developer Tools",
|
|
"capabilities": [
|
|
"Skills",
|
|
"MCP"
|
|
],
|
|
"websiteURL": "https://flutter.dev"
|
|
}
|
|
}
|