Sander Roest
Yet Another Programmer's Blog

Yet Another Programmer's Blog

Follow
Series

Tips and Tricks


Articles in this series

13 Tips when working with .arb files for localization

May 21, 20229 min read

Since Flutter version 1.22, Flutter has built-in support for localization. This works pretty well and you can find the official documentation...

13 Tips when working with .arb files for localization
How to parse fixed-length data and why you should avoid 'String.substring'
Customize and extend the Theme in Flutter
Replace getter and setter blocks with a oneliner when using ChangeNotifier.