easy_localization
easy_localization copied to clipboard
Easy and Fast internationalizing your Flutter Apps
I just found out that iOS automatically translates my app with the translations I gave it through your package without even adding the key CFBundleLocalizations to the Info.plist. Is it...
When numbers are used with RTL languages ,for example "050 123",it is mirrored to "321 050",which is not correct in RTL language such as arabic
Depending on arguments passed to the `EasyLocalization` widget, the `startLocale` is not used. **Problem encountered** The device locale is used as initial locale even if we supply another value in...
Hi, thanks for this great library. There is a way to change the generated name of LocaleKeys when using ``` flutter pub run easy_localization:generate --source-dir 'assets/l10n' --output-dir 'lib/gen' --output-file 'translations.g.dart'...
https://dart.dev/tools/diagnostic-messages#ambiguous_extension_member_access
The browser caches json files because they are loaded without a ?v=x.x query string. This means that the cache needs to be emptied when a change is made which is...
Hi, I try to add easy_localization in flutter_module but not work in android, it always reads 'en'. How to test: I added some test code in flutter sample project (the...
if getting locale keys from under widget `MaterialApp` _translations not loaded... but in childrens all ok ```dart class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title:...
on changing local language EasyLocalization.of(context).setLocale(Locale('nl', 'NL')); when i run this code. i get this error [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: 'package:easy_localization/src/easy_localization_app.dart': Failed assertion: line 213 pos 14: 'parent.supportedLocales.contains(_locale)': is not true.