Skip to content

Commit 6a49502

Browse files
intl: Migrate off of synthetic package; check-in generated files
`flutter` tool deprecated the `package:flutter_gen` synthetic package: https://flutter.dev/to/flutter-gen-deprecation So, instead migrate to referencing source files directly. Without this change, `flutter run` generates the following warning: Synthetic package output (package:flutter_gen) is deprecated: https://flutter.dev/to/flutter-gen-deprecation. In a future release, synthetic-package will default to `false` and will later be removed entirely.
1 parent 11e90a0 commit 6a49502

21 files changed

+2266
-16
lines changed

l10n.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Docs on this config file:
22
# https://docs.flutter.dev/ui/accessibility-and-localization/internationalization#configuring-the-l10nyaml-file
33

4+
synthetic-package: false
45
arb-dir: assets/l10n
6+
output-dir: lib/generated/l10n
57
template-arb-file: app_en.arb
68
required-resource-attributes: true
79
output-localization-file: zulip_localizations.dart

0 commit comments

Comments
 (0)