easy_localization
easy_localization copied to clipboard
Easy and Fast internationalizing your Flutter Apps
I'm failing to use easy_localization in my project, it's failing to run the app (stuck in the splash screen), also tried it in a freshly created project and getting the...
I've written a widget test for my welcome page, four in total. The page basically only contains buttons for sign in, register and skip. ``` testWidgets( "Show error when legal...
When I tried to start my emulator, all keys are throwing "not found warning" However, after first restart, whenever I changed somehing in my code, keys are working again. They...
Text("translate".tr()) not working dynamically if i don't pass style to text. When i do hotreload, text is translated . Is it a bug or must i pass style to all...
I see that there is a way to force translations to reload: https://github.com/aissat/easy_localization/issues/318 Would there be a way to force a load for: 1. Supported locales 2. Fallback locale
Hi, Guys. I'm using easy_localization 3.0.0 version. And In this version, Plural's "other" key does not work as default key. This is example. ### json ``` "money_args": { "other": "{}...
Is there possibility to read translation file from local storage and not assets if it's needed? I mean we are seeking for solution to be able to update translation files...
It's currently possible to set log levels by modifying the static logger instance (`EasyLocalization.logger.enableLevels`) but it'd be nice to also be able to set them as a property of `EasyLocalization`....
I'm using [easy_localization](https://pub.dev/packages/easy_localization) in a flutter project. I need to write some widget tests. But it looks like that when the `.json` file with the translations is too big, the...
Pedantic is deprecated, istead, please see [package:lints](https://pub.dev/packages/lints) which is the lint recommendation from the Dart team, or [package:flutter_lints](https://pub.dev/packages/flutter_lints) which extends that for Flutter. Thank you! You are doing a great...