Flutter Commands (/flutter:)
Mobile development with Flutter/Dart.
Code Generation
| Command | Description |
|---|---|
/flutter:generate-feature <Name> | Generate feature module |
/flutter:generate-widget <Name> | Generate widget |
Analysis Commands
| Command | Description |
|---|---|
/flutter:check-architecture | Validate architecture |
/flutter:check-code-quality | Run code quality checks |
/flutter:check-compliance | Check rule compliance |
/flutter:check-security | Security audit |
/flutter:check-testing | Test coverage analysis |
/flutter:analyze-performance | Performance analysis |
Testing Commands
| Command | Description |
|---|---|
/flutter:golden-update | Update golden files |
Localization Commands
| Command | Description |
|---|---|
/flutter:localization-check | Validate i18n setup |