A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- fvm3
- make
TODO: Due to lack of StatefulShellRoute support, go_router_builder
is not activated yet.
- generate type-defined routing file
make build
- watch file changed and build
make watch
- generate type-defined routing file
make build
- watch file changed and build
make watch
Tienisto/slang: Type-safe i18n for Flutter
- generate translations dart files
make gen-i18n
ormake build
fvm flutter pub run slang
- analyze missing translation
fvm flutter pub run slang analyze
fvm flutter pub run slang analyze --full
also checks unused translation
More cli tool subcommand is here.