Review the Handlebars templates in templates/flutter/ for each supported
architecture (Clean Architecture, MVVM, Feature-First) and ensure the
generated Dart output follows best practices for that pattern.
Checklist:
References:
- templates/flutter/
- docs/template-development.md
- docs/architecture.md
Review the Handlebars templates in templates/flutter/ for each supported
architecture (Clean Architecture, MVVM, Feature-First) and ensure the
generated Dart output follows best practices for that pattern.
Checklist:
no cross-layer imports in generated code
References: