Moved l10n.yaml to root dir

And added 'nullable-getter: false' to avoid adding a '!' to every call
of AppLocalizations
This commit is contained in:
ton-An
2021-07-22 11:50:52 +02:00
parent 946b905cce
commit 9d29c12459
3 changed files with 4 additions and 3 deletions

4
l10n.yaml Normal file
View File

@@ -0,0 +1,4 @@
arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
nullable-getter: false

View File

@@ -1,3 +0,0 @@
arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart