Files
Keerti Parthasarathy fbb6bbcc0d Add configutation files for Claude Code plugin definition (#172)
* test: add sync workflow and dart tool script

* chore: auto-sync skills directory from dart-lang/skills

* Update workflow to support trigger from dart-lang/skills

* Update repo name

* Applied suggestions

* Address comments

---------

Co-authored-by: keertip <2192312+keertip@users.noreply.github.com>
2026-07-14 10:04:40 -07:00

19 lines
631 B
JSON

{
"name": "dart-flutter",
"displayName": "Dart and Flutter",
"version": "1.0.0",
"description": "Official Claude 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"
]
}