flutter-localizing-apps
Configure and implement internationalization (i18n) in Flutter apps using ARB files and the gen-l10n tool.
Install
npx skills add https://github.com/flutter/skills --skill flutter-localizing-appsStats
| Total installs | 2,226 |
| Weekly installs | 2.2K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Configure pubspec.yaml with flutter_localizations and intl, then define an l10n.yaml file to enable the gen-l10n code generator
- Store localized strings in Application Resource Bundle (.arb) JSON files; the template file defines all keys, and locale-specific files provide translations
- Integrate localizations into MaterialApp or CupertinoApp by adding AppLocalizations.delegate and platform-specific delegates to localizationsDelegates, then access strings via AppLocalizations.of(context)
- Support dynamic content with placeholders, plurals, selects, and formatted dates/numbers using ICU message syntax in ARB metadata
- iOS requires additional bundle configuration in Xcode to register supported languages with the App Store
Tags
Related skills
| Skill | Installs | vs flutter-localizing-apps |
|---|---|---|
| baoyu-translate | 7,004 | +4,778 |
| asc-metadata-sync | 1,368 | -858 |
| mkdocs-translations | 7,473 | +5,247 |
| seo-aeo-best-practices | 1,446 | -780 |
| harden | 30,303 | +28,077 |
FAQ
- How many installs does flutter-localizing-apps have?
- flutter-localizing-apps has 2,226 total installs and 2.2K installs this week.
- Where is flutter-localizing-apps hosted?
- flutter-localizing-apps is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-localizing-apps have?
- flutter-localizing-apps has 833 GitHub stars.
- When was flutter-localizing-apps first indexed?
- OrangeBot.AI first indexed flutter-localizing-apps on Mar 13, 2026.
- How do I install flutter-localizing-apps?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-localizing-apps