easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Easy and Fast internationalizing your Flutter Apps

Results 219 easy_localization issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

waiting for customer response

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?

needs-attention

Hey ! I'm having trouble with my translation including special characters like $, for example my json: ``` { ..., "price":"$ {}" } ``` This fails during build and says...

waiting for customer response

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");...