generate_flutter_localization
Generates Flutter localization configuration: l10n.yaml, ARB files for en/es/ar, dynamic locale switching, and RTL support. Provide string keys with translations to set up multi-language app readiness.
Instructions
Generates l10n.yaml, standard ARB localization translation files (en, es, ar), dynamic locale switching notifier, and Right-to-Left (RTL) language handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stringKeys | No | Map of localization keys to translations and descriptions. | |
| defaultLocale | No | en | |
| supportedLocales | No |