Setup & Installation
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
