Back to skills

flutter-localizing-apps

development

Configures a Flutter app for multiple languages and regions using ARB resource files and the gen-l10n tool. It covers setting up localization delegates, defining placeholders and plurals in translatio

Setup & Installation

npx skills add https://github.com/flutter/flutter-localizing-apps --skill flutter-localizing-apps
or paste the link and ask your coding assistant to install it
https://github.com/flutter/flutter-localizing-apps
View on GitHub

What This Skill Does

Configures a Flutter app for multiple languages and regions using ARB resource files and the gen-l10n tool. It covers setting up localization delegates, defining placeholders and plurals in translation files, and wiring everything into MaterialApp or CupertinoApp. Flutter's localization setup involves coordinating pubspec.yaml, l10n.yaml, ARB files, and iOS bundle config, and this skill walks through each step so you don't miss a piece.

When to use it

  • Working with flutter localizing apps functionality
  • Implementing flutter localizing apps features
  • Debugging flutter localizing apps related issues