Convenient internationalization of Flutter apps
There are many ways to have multiple languages in your app in Flutter. Some folks use canonical Flutter arb files. Other use some json equivalents or statically typed constant resources like r_flutter. In this post I'm going to show you the way I find the most convenient to setup and use.
Published on Mon, February 24th 2020