-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
53 lines (53 loc) · 1.27 KB
/
plugin.json
File metadata and controls
53 lines (53 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "flutter-cursor-plugin",
"displayName": "Flutter Cursor Plugin",
"version": "2.0.0",
"description": "Open-source Cursor plugin for end-to-end Flutter development and testing with Dart MCP, Figma MCP, practical architecture patterns, and reliable test workflows.",
"author": "Aleksandr Lozhkovoi",
"license": "MIT",
"repository": "https://github.com/Wreos/flutter-cursor-plugin",
"homepage": "https://github.com/Wreos/flutter-cursor-plugin",
"logo": "assets/logo.svg",
"rules": "./rules/",
"skills": "./skills/",
"agents": "./agents/",
"commands": "./commands/",
"mcpServers": "mcp.json",
"keywords": [
"dart",
"flutter",
"testing",
"flutter development",
"architecture",
"clean architecture",
"riverpod",
"bloc",
"cubit",
"widget-test",
"patrol",
"integration-test",
"play store",
"app store",
"android release",
"ios release",
"firebase",
"flutterfire",
"crashlytics",
"analytics",
"github actions",
"apk",
"dependency upgrade",
"flutter upgrade",
"security",
"secrets scanner",
"gitleaks",
"claude-code-security-review",
"e2e",
"page-object",
"mocktail",
"bloc_test",
"effective dart",
"dart mcp",
"figma mcp"
]
}