Releases: Wreos/flutter-cursor-plugin
Releases · Wreos/flutter-cursor-plugin
v1.10.0
- Added command namespacing with aliases in
flutter:*form for all canonical commands. - Added alias generator script
scripts/generate_namespaced_command_aliases.py. - Added command namespacing documentation (
docs/command-namespacing.md). - Added release automation workflow:
.github/workflows/release-automation.ymlscripts/release_automation.pydocs/release-automation.md
- Release automation now performs semver bump, changelog section cut, tag creation, and GitHub Release publishing from
RELEASE_NOTES.md. - Fixed Flutter AI rules profile sync metadata so only
rules/flutter-official-ai-rules.mdccontains Cursorglobsauto-attach front matter; syncedrules/official/*.mdcremain non-attaching source profiles. - Added official Flutter AI rules sync workflow:
- command:
commands/sync-official-flutter-ai-rules.md - skill:
skills/sync-official-flutter-ai-rules/SKILL.md - docs:
docs/flutter-ai-rules-sync.md - sync script:
scripts/sync_official_flutter_ai_rules.sh
- command:
- Added synced official Flutter AI rules profiles:
rules/official/flutter-ai-rules-10k.mdcrules/official/flutter-ai-rules-4k.mdcrules/official/flutter-ai-rules-1k.mdc- active:
rules/flutter-official-ai-rules.mdc
- Added dedicated security posture documentation (
docs/security-posture.md) with/security-reviewscope, false-positive handling, and CI integration guidance. - Added a "Value in 5 minutes" demo section to
README.mdwith one-prompt flow and three copy-ready scenarios. - Added visual demo artifact
assets/demo-5min-flow.svgfor quick onboarding value proof.
v1.7.0
1.7.0
- Injected integration patterns from anthropics/claude-code-security-review into /security-review workflow.
- Enforced diff-aware first pass and false-positive filtering in security audit flow.
- Added GitHub Actions template for PR security review:
- templates/github_actions_security_review.yml
- Updated README and checklists with official Anthropic security-review reference.
v1.3.0
1.3.0
- Added Firebase integration workflow.
- New agent: flutter-firebase-integrator.
- New command: integrate-firebase.
- New skill: skills/integrate-firebase/SKILL.md.
- New checklist: docs/firebase-integration-checklist.md.
- Added official documentation references across README and checklists for Flutter, Firebase, Android, and Apple release flows.
v1.2.0
1.2.0
- Added Android/iOS app publishing readiness workflow.
- New agent: flutter-mobile-release-manager.
- New command: prepare-mobile-release.
- New skill: skills/release-mobile-apps/SKILL.md.
- New checklist: docs/mobile-app-publishing-checklist.md.
- Official references included for Flutter deployment, Android App Bundle, Play Console setup, and App Store Connect submission.
v1.1.0
1.1.0
- Added Top 5 Flutter DX use-case workflows.
- New agents: architecture scaffolding, migration/refactor, debug resolver, and code reviewer.
- New commands: scaffold feature, generate tests, migrate code, resolve build errors, review code.
- Added new skills for scaffolding, migration, debugging, and review.
- Updated plugin metadata and README for production discoverability.
Includes Dart MCP, Figma MCP, and Effective Dart aligned guidance.
v1.0.1
1.0.1
- Added explicit Effective Dart rules (rules/dart-effective-dart.mdc).
- Integrated Effective Dart enforcement into agents, commands, skills, and Flutter development rules.
- Updated README and official release checklist with Effective Dart alignment.
Reference: https://dart.dev/effective-dart