Help us improve
Share bugs, ideas, or general feedback.
Flutter/Dart code quality tools for Claude Code
npx claudepluginhub LucasXu0/claude-code-pluginComprehensive Flutter/Dart code quality tools including intelligent code review and automated formatting
A comprehensive toolkit for creating, validating, and distributing Claude Code plugins
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Comprehensive Flutter/Dart code quality tools for Claude Code, featuring intelligent code review and automated formatting.
| Name | Description |
|---|---|
| flutter-review | Analyzes Flutter code changes with priority-based detection (P0 critical bugs, P1 important issues, P2 code quality) and generates review reports with fix suggestions |
| Name | Description |
|---|---|
| flutter-review | Domain expertise for Flutter/Dart code review including null safety, lifecycle issues, memory leaks, Bloc/Provider patterns, and code complexity checks |
| flutter-format | Automated workflow for running flutter analyze, applying dart fix, formatting code, and verifying no new errors are introduced |
| Command | Description |
|---|---|
| /flutter-tools:flutter-review | Triggers comprehensive code review of Flutter changes with prioritized report |
| /flutter-tools:flutter-format | Runs complete formatting and cleanup workflow for Flutter projects |
# Add the marketplace from GitHub
/plugin marketplace add LucasXu0/claude-code-plugin
# Install the plugin
/plugin install flutter-tools@LucasXu0-flutter-tools
Load the plugin directly without marketplace:
# Clone the repository
git clone https://github.com/LucasXu0/claude-code-plugin.git
cd claude-code-plugin
# Start Claude Code with plugin directory
claude --plugin-dir ./plugins/flutter-tools
Slash command:
/flutter-tools:flutter-review
Natural language:
Review my Flutter code
Check for bugs in my changes
Is this code ready to merge?
Example output:
✅ Review complete! Results saved to:
/tmp/flutter_review/20260104_1430-my_app-feature_login-a3f9d2.md
## Summary
| Priority | Count | Status |
|----------|-------|--------|
| 🚨 P0 | 2 | ❌ Must Fix |
| ⚠️ P1 | 3 | ⚡ Recommended |
| 💡 P2 | 5 | 💬 Optional |
**Recommendation**: 🟡 REVIEW NEEDED
Slash command:
/flutter-tools:flutter-format
Natural language:
Format my Flutter code
Run flutter analyze and fix issues
Example output:
✅ Flutter Format Complete
**Changes Made:**
- Applied dart fix: 12 issues fixed
- Formatted: 45 files changed
- Final analysis: 0 errors, 0 warnings
MIT License - Created by Lucas Xu