Boilerplate Flutter app using Dart's intl package. Script included for continuous integration of .arb extraction/generation.
- KISS principle
- Powerful localization without the added complexity
- Export/import language translations on the fly with external teams
- Fast and easy to implement and maintain
- Clean, well-documented code
To run this app, execute the following commands from the app's root directory (the one that contains pubspec.yaml):
flutter pub get
flutter run
Then, review the code comments in lib/main.dart
and lib/localization.dart
for details.
Contributions are always welcomed. Please follow these three simple steps to contribute improvements:
- Fork this project.
- Make improvements as you see fit.
- Submit a pull request to this project's development branch with your proposed improvements.