flutter-pro-max-cli 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,4 @@
1
1
 
2
- ---
3
-
4
2
  ## Quick Reference
5
3
 
6
4
  ### AI Tools Commands
@@ -1,4 +1,3 @@
1
- ````markdown
2
1
  # {{TITLE}}
3
2
 
4
3
  {{DESCRIPTION}}
@@ -217,4 +216,3 @@ Image.network(
217
216
  - [ ] Widget tests for UI
218
217
  - [ ] Integration tests for E2E
219
218
  {{QUICK_REFERENCE}}
220
- ````
@@ -1,4 +1,3 @@
1
- ````markdown
2
1
  # {{TITLE}}
3
2
 
4
3
  {{DESCRIPTION}}
@@ -107,4 +106,3 @@ class User {
107
106
  - [ ] `dart_format` applied
108
107
  - [ ] Tests written
109
108
  {{QUICK_REFERENCE}}
110
- ````
@@ -13,7 +13,7 @@
13
13
  "description": "Flutter design intelligence. Widgets, packages, patterns, architecture, UI/UX best practices."
14
14
  },
15
15
  "sections": {
16
- "quickReference": false
16
+ "quickReference": true
17
17
  },
18
18
  "template": "skill-content-10k.md",
19
19
  "title": "flutter-pro-max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content-4k.md",
16
16
  "title": "flutter-pro-max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content.md",
16
16
  "title": "flutter-pro-max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content.md",
16
16
  "title": "flutter-pro-max",
@@ -13,7 +13,7 @@
13
13
  "description": "Flutter design intelligence with searchable database"
14
14
  },
15
15
  "sections": {
16
- "quickReference": false
16
+ "quickReference": true
17
17
  },
18
18
  "template": "skill-content.md",
19
19
  "title": "flutter-pro-max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content.md",
16
16
  "title": "flutter-pro-max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content-4k.md",
16
16
  "title": "Flutter Pro Max",
@@ -10,7 +10,7 @@
10
10
  "scriptPath": ".shared/flutter-pro-max/scripts/search.py",
11
11
  "frontmatter": null,
12
12
  "sections": {
13
- "quickReference": false
13
+ "quickReference": true
14
14
  },
15
15
  "template": "skill-content.md",
16
16
  "title": "flutter-pro-max",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flutter-pro-max-cli",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "CLI to install Flutter Pro Max skill for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {