flutter-localizing-apps

Multi-language support for Flutter apps using ARB files and code generation.

flutter ↓ 8.6k
Claude Code
View source ↗

What it does

  • Core Configuration
  • Defining ARB Resources
  • App Integration
  • Advanced Formatting
  • Troubleshooting & Gotchas
  • [ ] Create a new .arb file in the arb-dir (e.g., appfr.arb).
  • [ ] Translate all keys present in the template .arb file.

Requirements & configuration

  • Flutter handles runtime localization, but iOS requires bundle-level configuration for the App Store and system settings.
  • Widgets like TextField and CupertinoTabBar require a Localizations ancestor with specific delegates (MaterialLocalizations or CupertinoLocalizations).
  • Error: No MaterialLocalizations found. or CupertinoTabBar requires a Localizations parent...

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Multi-language support for Flutter apps using ARB files and code generation.

Source

Repository: https://github.com/flutter/skills

flutter-localizing-apps FAQ

What does the flutter-localizing-apps skill do?

Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales. Core Configuration Defining ARB Resources

What does flutter-localizing-apps require?

Flutter handles runtime localization, but iOS requires bundle-level configuration for the App Store and system settings. Widgets like TextField and CupertinoTabBar require a Localizations ancestor with specific delegates (MaterialLocalizations or CupertinoLocalizations). Error: No MaterialLocalizations found. or CupertinoTabBar requires a Localizations parent...

How do I install flutter-localizing-apps?

Run: npx -y skills add https://github.com/flutter/skills --skill flutter-localizing-apps --agent claude-code — the source lives at github.com/flutter/skills.

Maintain flutter-localizing-apps?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

flutter-localizing-apps on getagentictools
[![flutter-localizing-apps on getagentictools](https://getagentictools.com/badge/skills/flutter-skills-flutter-localizing-apps.svg)](https://getagentictools.com/skills/flutter-skills-flutter-localizing-apps?ref=badge)
npx agentictools info skills/flutter-skills-flutter-localizing-apps

The second line is the CLI lookup for this page — handy in READMEs and docs.