flutter-localizations Questions

9

Because every version of flutter_localizations from SDK depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from SDK is forbidden. So, because fstore depends on flutter...

2

Running Flutter Intl: Initialize generates lib/l10n/intl_en.arb. However due to many strings in my applications I would wish to have multiple arb files for same language. To make it more clear, con...

4

Flutter Default Localizations isn't work when I use GetX Statemanagement. It show me a error like Undefined name 'AppLocalizations'. Try correcting the name to one that is defined, or defining the ...

2

Problem Statement Currently, bringing up the Android Studio Quick Fix menu (Opt/Alt+Enter keyboard shortcut) on AppLocalizations does not suggest importing the generated file. The AppLocalizations ...

1

Solved

I am using flutter_localizations to localize my app. Since updating to Flutter 3.7 i am getting this error: ICU Syntax Error: Expected "identifier" but found "}". This =|(){}[]...
Duax asked 27/1, 2023 at 22:18

3

Solved

I want to localize notification , and i find that there is properties for that , like title_loc_key, body_loc_key he FCM fields used for localizing (I18N) the notification title and body are not wo...

1

How can we use nested objects in arb files? Flutter gen doesn't work if there's a nested object. l10n.yaml arb-dir: lib/l10n template-arb-file: app_en.arb output-localization-file: app_localization...

1

Solved

void main() async { runApp(MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key); @override Widget build(BuildContext context) { return BlocProvider( cr...
Jerid asked 9/5, 2021 at 13:51
1

© 2022 - 2025 — McMap. All rights reserved.