Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"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/"
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ claude plugin install dart-flutter@dart-flutter
claude plugin marketplace list
```

### Cursor Plugin

You can test this plugin locally by copying it to your Cursor plugins directory.

1. Copy the repository directory to your local Cursor plugins folder:

```bash
mkdir -p ~/.cursor/plugins/local
cp -r /path/to/flutter/agent-plugins ~/.cursor/plugins/local/dart-flutter
```

2. Restart Cursor. The editor will automatically discover and load the skills under skills/ and configure the MCP server defined in .mcp.json.

## Updating Plugins

To update, run the following command:
Expand Down
Loading