Skip to content

Fix warnings - imports, deprecations & lint issues across generated templates #5

@Arjun544

Description

@Arjun544

Audit all Handlebars templates in templates/flutter/ and fix any warnings
produced by Dart Analyze on the generated output. Focus on:

Checklist:

  • Remove unused imports in generated .dart.hbs files
  • Replace deprecated Flutter/Dart APIs with current equivalents
  • Fix all lint warnings flagged by flutter_lints
  • Ensure Dart analyze exits clean (zero errors, zero warnings) for
    every architecture + flag combination
  • Test with at least: Clean Architecture, MVVM, Feature-First ×
    Riverpod, Bloc, Provider

How to test:

  • Run bun run --watch scripts/template-dev.ts
  • Check terminal output for Dart analyze warnings
  • See docs/template-development.md for full dev loop

References:

  • templates/flutter/
  • scripts/template-dev.ts
  • docs/template-development.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood 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