easy_localization
easy_localization copied to clipboard
Easy and Fast internationalizing your Flutter Apps
Hi together, not sure if i am missing something out, but it seems as the loading translations seems longer than my app start. Is there a way to subscribe to...
Hello, Sorry if this question has been asked before. I just can't find the right keyword to look for it. So I'm developing an app that supports a few languages...
I have a strange command-line issue. I have the package in the pubspec, and I have code using it, so that's all good. When I go to the command line...
I would like to generate constants for my YAML file translations. The doc says that only JSON is supported. Any chance to extend this to YAML?
Hi Is there anyway to add Kurdish - CKB using this package please?
Hey ! I'm having trouble with my translation including special characters like $, for example my json: ``` { ..., "price":"$ {}" } ``` This fails during build and says...
I've updated easy_localization: 3.0.0 package from easy_localization: ^2.3.3. When i was using easy_localization: ^2.3.3 it is updating my app locale instantly whenever i called ``` setState(() { context.locale = Locale("en");...