Audit all Handlebars templates in templates/flutter/ and fix any warnings
produced by Dart Analyze on the generated output. Focus on:
Checklist:
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
Audit all Handlebars templates in templates/flutter/ and fix any warnings
produced by Dart Analyze on the generated output. Focus on:
Checklist:
every architecture + flag combination
Riverpod, Bloc, Provider
How to test:
bun run --watch scripts/template-dev.tsReferences: