flutter
by nalykv1.0.0
Expert-level Flutter and Dart development — architecture, state management, code templates, quality gates, CI/CD, and deployment
Documentation
# Flutter Expert Expert-level Flutter and Dart development assistant — architecture decisions, state management, code templates, quality gates, CI/CD, and production deployment. ## What It Does A single-skill knowledge plugin that provides deep Flutter expertise through phased workflows and comprehensive reference material (~2,250 lines of battle-tested patterns). | Topic | Covers | |-------|--------| | **Architecture** | Small/Medium/Large/Monorepo scaffolds, DI, flavors, migration | | **State Management** | Riverpod 2.0, BLoC/Cubit, Provider, comparison matrix | | **Code Templates** | Freezed, repository, GoRouter, forms, responsive, widgets, tests, i18n | | **Quality Gates** | 60+ lint rules, CI/CD, coverage, pre-commit hooks, release, profiling | ## Install ```bash claude install-plugin /path/to/nalyk-skills/plugins/flutter ``` Or add to your Claude Code settings manually. ## Usage The skill auto-activates when you mention Flutter, Dart, mobile apps, widgets, Riverpod, BLoC, GoRouter, or related topics. Just ask naturally: - "Build me a Flutter app with authentication" - "Set up Riverpod state management" - "Add CI/CD quality gates to my Flutter project" - "Debug this iOS build error" - "Scaffold a medium-sized feature-first project" ## Workflow Phases 1. **Phase 0** — Orientation (detect project state) 2. **Phase 1** — Architecture decision tree 3. **Phase 2** — State management selection 4. **Phase 3** — Implementation workflow 5. **Phase 4** — Critical patterns enforcement 6. **Phase 5** — Quality gates 7. **Phase 6** — Platform-specific handling