Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

flutter-pro-max-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flutter-pro-max-cli - npm Package Compare versions

Comparing version
2.3.2
to
2.3.3
+1
-1
assets/scripts/core.py

@@ -26,3 +26,3 @@ #!/usr/bin/env python3

script_dir.parent / ".shared" / "data",
# When running from .agent/workflows/scripts/ (nested 3 levels deep)
# When running from .agents/workflows/scripts/ (nested 3 levels deep)
script_dir.parent.parent.parent / ".shared" / "data",

@@ -29,0 +29,0 @@ # When running from .claude/skills/flutter-pro-max/scripts/ (reference mode)

@@ -6,3 +6,3 @@ {

"folderStructure": {
"root": ".agent",
"root": ".agents",
"skillPath": "skills/flutter-pro-max",

@@ -24,5 +24,5 @@ "filename": "SKILL.md"

"rulesFile": {
"path": ".agent/rules/flutter-pro-max.md",
"path": ".agents/rules/flutter-pro-max.md",
"mode": "create"
}
}

@@ -7,3 +7,3 @@ export const AI_TYPES = ['claude', 'cursor', 'windsurf', 'antigravity', 'copilot', 'roocode', 'kiro', 'codex', 'qoder', 'gemini', 'codebuddy', 'trae', 'opencode', 'continue', 'junie', 'vscode', 'all'];

windsurf: ['.windsurf', '.shared'],
antigravity: ['.agent', '.shared'],
antigravity: ['.agents', '.shared'],
copilot: ['.github', '.shared'],

@@ -10,0 +10,0 @@ kiro: ['.kiro', '.shared'],

@@ -14,3 +14,3 @@ import { existsSync } from 'node:fs';

}
if (existsSync(join(cwd, '.agent'))) {
if (existsSync(join(cwd, '.agents'))) {
detected.push('antigravity');

@@ -67,3 +67,3 @@ }

case 'antigravity':
return 'Antigravity / Generic Agent (.agent/skills/)';
return 'Antigravity / Generic Agent (.agents/skills/)';
case 'copilot':

@@ -70,0 +70,0 @@ return 'GitHub Copilot (.github/skills/)';

{
"name": "flutter-pro-max-cli",
"version": "2.3.2",
"version": "2.3.3",
"description": "CLI to install Flutter Pro Max skill for AI coding assistants",

@@ -5,0 +5,0 @@ "type": "module",