Flutter app localization example with gen_l10n
Flutter gen_l10n example
This example shows how to localize your Flutter apps with the gen_l10n
tool.
It contains examples for:
- The
gen_l10n
configuration. - Different kinds of messages (plain messages, ICU messages, etc.).
- Language switcher
- RTL handling
For more details, check out the full article: Flutter localization: step-by-step