flutter-localization
Configures internationalization and localization for Flutter apps using .arb files and code generation.
Install
npx skills add https://github.com/flutter/skills --skill flutter-localizationStats
| Total installs | 985 |
| Weekly installs | 979 |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Manages dependency injection (flutter_localizations, intl), code generation configuration (l10n.yaml), and .arb translation file creation with support for placeholders, plurals, and regional variants
- Configures root widget delegates (MaterialApp, CupertinoApp, or WidgetsApp) and handles isolated widgets like TextField and CupertinoTabBar that require explicit Localizations wrapping
- Supports complex locales using Locale.fromSubtags for multi-script languages (e.g., Chinese zh_Hans_CN) and includes iOS Xcode project configuration for App Store locale exposure
- Prevents common assertion errors by ensuring proper localization delegate hierarchy and validates generated code with flutter gen-l10n
Tags
Related skills
| Skill | Installs | vs flutter-localization |
|---|---|---|
| vscode-ext-commands | 7,641 | +6,656 |
| baoyu-translate | 7,004 | +6,019 |
| asc-metadata-sync | 1,368 | +383 |
| fixing-metadata | 5,326 | +4,341 |
| speech-to-text | 7,829 | +6,844 |
FAQ
- How many installs does flutter-localization have?
- flutter-localization has 985 total installs and 979 installs this week.
- Where is flutter-localization hosted?
- flutter-localization is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-localization have?
- flutter-localization has 833 GitHub stars.
- When was flutter-localization first indexed?
- OrangeBot.AI first indexed flutter-localization on Mar 4, 2026.
- How do I install flutter-localization?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-localization