A Flutter app that shows internationlizations (i18n) and how to switch between different langagues, and using translated texts for Widgets.
It does not use Dart's intl package, instead it uses all of its translations directly in per language Maps (I saw it much cleaner than using Dart intl to generate translation strings).