# `flutter gen-l10n` config. Generates a typed # `AppLocalizations` accessor from the ARB files in # `lib/l10n/`. Re-run on every ARB edit: # # flutter gen-l10n # # (or just `flutter pub get` / `flutter run` — gen-l10n is # wired into the build pipeline because pubspec.yaml has # `flutter.generate: true`.) arb-dir: lib/l10n template-arb-file: app_en.arb output-localization-file: app_localizations.dart output-class: AppLocalizations