8 lines
312 B
YAML
8 lines
312 B
YAML
|
|
# Flutter gen-l10n config. Generates AppLocalizations from the ARB files in
|
||
|
|
# lib/l10n. `flutter pub get` / build runs the generator (pubspec `generate: true`).
|
||
|
|
arb-dir: lib/l10n
|
||
|
|
template-arb-file: app_en.arb
|
||
|
|
output-localization-file: app_localizations.dart
|
||
|
|
output-class: AppLocalizations
|
||
|
|
nullable-getter: false
|