mirror of
https://github.com/flutter/agent-plugins.git
synced 2026-09-14 16:19:33 +08:00
fbb6bbcc0d
* 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>
19 lines
631 B
JSON
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"
|
|
]
|
|
}
|