I am trying to add Easy Localization package to my Flutter app. I have followed all steps, one by one, by i don't know why i get the error: Easy Localization] [WARNING...
What's up some guys... I am in the process of making my app available in different countries and I am doing that with flutter_localizations and intl. Everything went s...
Please note i am not talking about the .abr files. I have been following several tutorials on internationalization in Flutter using the intl package. I noticed...
I am still looking for a better way to localize a percentage value in Dart/Flutter. So far, I'm just converting a percentage value to a suitable string with the follow...
How can I add support for "ru" and "kz" Locale in Flutter google_map_location_picker plugin? I tried this <pre><code>MaterialApp( localizationsDelegates: [...
Is there any way to store arrays as values in any arb file while using app localization in flutter? Here is an example of what I aim to do - <pre><code>invit...
In Flutter Internationalization document there is a small info for updating the iOS app bundle for localization (h***s://flutter.io/docs/development/accessibility-and-...
I am fairly new to Fllutter. I am using Localization to define the app language in multiple countries. The App works in English without issues. If We change languag...
I'm having some troubles configurating a default language for my flutter app using flutter_localizations. For the moment, I have 2 languages, swedish and english. If t...
I am implementing i18n. I'd like the app to reflect changes to the system locale (aka user changing the locale in the system settings). This works with <a href="https:...
I can translate the text inside the widget using AppLocalizations.of(context)!.translated and it work fine However, when I want to localize a stored List<>...
<pre><code>void main() async { runApp(MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key); @override Widget build(BuildCo...
I am currently localizing my app, I have translates all the webpages to be opened and added the url to my arb files. But when i call the <code>AppLocalizations....
It seems <code>GlobalMaterialLocalizations.delegate</code> does not support the <code>zh</code> Locale <em><strong>(Chinese)</strong></em>. Is it really necessa...
I´am trying to get the mobile countryCode and languageCode using <a href="https://flutter.dev/docs/development/accessibility-and-localization/internationalization" rel...