Internationalization

Best practices for internationalization (i18n) and localization (l10n) in Flutter, using the built-in `flutter_localizations` and `intl` setup with ARB files as the single source of truth. Use when adding, modifying, or reviewing ARB translations, locale setup (`l10n.yaml`, `generate: true` in `pubspec.yaml`, `flutter gen-l10n`, `localizationsDelegates`, `supportedLocales`), BuildContext l10n extensions such as `context.l10n`, hardcoded user- facing strings that should be localized, localized strings passed into shared or reusable widgets, or RTL/directional layout support with `EdgeInsetsDirectional`.

VeryGoodOpenSource 84f164b 5 files · 13.3 KB Updated

File contents

VeryGoodOpenSource/vgv-ai-flutter-plugin/tree/main/skills/internationalization commit 84f164b632

Frequently asked questions

npx skillmds@latest add verygoodopensource/internationalization