Skip to content

Audit & optimise generated templates for all supported architectures #4

Description

@Arjun544

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:

  • Clean Architecture - verify layer separation (data/domain/presentation),
    no cross-layer imports in generated code
  • MVVM - verify ViewModel doesn't bleed UI logic, bindings are clean
  • Feature-First - verify each feature folder is fully self-contained
  • Run Dart analyze on the generated output for each architecture with zero errors
  • Test all flag combinations (state management, routing, theme) per architecture

References:

  • templates/flutter/
  • docs/template-development.md
  • docs/architecture.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomerstemplatesRelated to Handlebars templates in templates/flutter/

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions