vgv-ai-flutter-plugin
v0.0.5Best-practice skills for Flutter and Dart covering accessibility, animations, BLoC, testing, theming, navigation, security, internationalization, layered architecture, license compliance, UI packages, project creation, SDK/lint upgrades, and an autonomous quality-gate loop that drives analyze, format, test, and coverage to green — plus automated dart analyze and format hooks.
By Very Good VenturesLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 15 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install vgv-ai-flutter-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vgv-ai-flutter-plugin-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hughesyadaddy/sea-trials-cursor-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vgv-ai-flutter-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/accessibility/SKILL.md├── skills/animations/SKILL.md├── skills/bloc/SKILL.md├── skills/create-project/SKILL.md├── skills/dart-flutter-sdk-upgrade/SKILL.md├── skills/green-gate/SKILL.md├── skills/internationalization/SKILL.md├── skills/layered-architecture/SKILL.md├── skills/license-compliance/SKILL.md├── skills/material-theming/SKILL.md├── skills/navigation/SKILL.md├── skills/static-security/SKILL.md├── skills/testing/SKILL.md├── skills/ui-package/SKILL.md└── skills/very-good-analysis-upgrade/SKILL.md
Included Skills15
Audit or remediate Flutter widgets against WCAG 2.2 accessibility conformance levels A, AA, or AAA across iOS, Android, Web, macOS, Windows, and Linux.
Best practices for Flutter animations using the built-in animation framework. Use when creating, modifying, or reviewing animations, transitions, motion, or animated widgets. Covers implicit animations, explicit animations, page transitions, and Material 3 motion tokens.
Best practices for Bloc state management in Flutter/Dart.
Scaffold a new Dart or Flutter project from a Very Good CLI template. Supports flutter_app, dart_package, flutter_package, flutter_plugin, dart_cli, flame_game, and docs_site templates.
VGV-specific reference for bumping Dart and Flutter SDK constraints across packages. Covers pubspec.yaml environment constraints, CI workflow Flutter versions, and SDK upgrade PR preparation. CI uses ^MAJOR.MINOR.x to resolve to the latest patch; pubspec pins the exact patch version (e.g., ^3.50.1).
Drives a Dart or Flutter package to a fully green state through an autonomous verify-fix-rerun loop across four quality gates — analyze, format, test, and coverage. Exits only when a single final iteration proves all four pass with observed numbers.
Best practices for internationalization (i18n) and localization (l10n) in Flutter.
Best practices for VGV layered monorepo architecture in Flutter.
Audits package dependency licenses using the Very Good CLI packages_check_licenses MCP tool. Flags non-compliant or unknown licenses and produces a compliance summary.
Best practices for Flutter theming using Material 3.
Best practices for navigation and routing in Flutter using GoRouter.
Best practices for Flutter mobile app security. Covers static security concerns — not pen-testing or runtime analysis.
Best practices for Dart unit tests, Flutter widget tests, and golden file tests.
Best practices for building a Flutter UI package on top of Material — custom components, ThemeExtension-based theming, consistent APIs, and widget tests. Supports app_ui_package template.
Upgrade very_good_analysis lint package to new version across Dart/Flutter projects. Handles version bump, lint fixes, and PR creation.
Plugin manifests1
{
"name": "vgv-ai-flutter-plugin",
"version": "0.0.5",
"description": "Best-practice skills for Flutter and Dart covering accessibility, animations, BLoC, testing, theming, navigation, security, internationalization, layered architecture, license compliance, UI packages, project creation, SDK/lint upgrades, and an autonomous quality-gate loop that drives analyze, format, test, and coverage to green — plus automated dart analyze and format hooks.",
"homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
"repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin",
"license": "MIT",
"author": {
"name": "Very Good Ventures",
"url": "https://verygood.ventures",
"email": "[email protected]"
},
"keywords": [
"a11y",
"accessibility",
"analyze",
"animations",
"architecture",
"bloc",
"bloc-test",
"code-quality",
"coverage",
"create-project",
"dart",
"dart-sdk",
"deep-linking",
"easing",
"flutter",
"flutter-sdk",
"format",
"go-router",
"golden-testing",
"green-gate",
"hero",
"hooks",
"i18n",
"internationalization",
"l10n",
"layered-architecture",
"lcov",
"license-compliance",
"licenses",
"lint",
"lint-upgrade",
"localization",
"material-3",
"material-motion",
"mcp",
"mobile-security",
"mocktail",
"monorepo",
"motion",
"navigation",
"owasp",
"page-transitions",
"quality-gate",
"screen-reader",
"sdk-upgrade",
"security",
"semantics",
"state-management",
"testing",
"theming",
"ui-package",
"very-good-analysis",
"very-good-cli",
"wcag",
"widget-testing"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[vgv-ai-flutter-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vgv-ai-flutter-plugin-2)