flutter-localization

Installation
SKILL.md

Localization Setup

  • Use Flutter's built-in flutter_localizations and intl packages
  • Enable generate: true in pubspec.yaml for automatic code generation
  • Configure l10n.yaml at project root:
    arb-dir: lib/l10n
    template-arb-file: app_en.arb
    output-localization-file: app_localizations.dart
    output-class: AppLocalizations
    nullable-getter: false
    

ARB File Structure

Related skills
Installs
103
GitHub Stars
18
First Seen
Mar 2, 2026