I've just been using the standard Flutter localization. I see there are other packages I should try. I like the shorter syntax and am thinking maybe instead add extension methods to wrap the standard Flutter libraries to get the same t() or .i18n notation #flutterdev #Flutter
https://twitter.com/r_FlutterDev/status/1441034179639185409
What pain points did you experience with i18n and flutter? https://t.co/T5oyvBg5Xd
— r/FlutterDev (@r_FlutterDev) September 23, 2021
Hi everyone,
I developed a flutter app which I had to i18n (translate). I used the excellent package from Glasberg. But I observed quickly that managing translations as Jsons (or Map's in Dart'…
There are no comments yet.