Files
flutter__agent-plugins/.codex-plugin/plugin.json
Keerti Parthasarathy a037a4a343 Add Codex plugin (#177)
* 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>
2026-07-17 09:30:35 -07:00

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"
}
}