This Demo app shows how to localize your Flutter apps with any of these:
- Flutter Intl extension for VS Code
- Flutter Intl plugin for IntelliJ / Android Studio
- intl_utils Dart package (useful for CI/CD)
All of these use the same configuration (flutter_intl
) inside pubspec.yaml
file in order to generate localization files.
For Over-the-air translation updates check out a dedicated Flutter OTA Sample app.