Questions tagged [flutter-localizations]

79 questions
0
votes
1 answer

Null check operator used on a null value when using routes

I'm refactoring my app to support localizations using this guide. At one point I need to switch from using home property to using initialRoute and routes. The relevant code fragment looks like this: return PlatformApp( material: (_,…
-1
votes
1 answer

I can't generate localization files

ERROR: Failed to generate localization files. RangeError (end): Invalid value: Not in inclusive range 9..11: 6 Process finished with exit code 2 flutter_localizations: sdk: flutter local_auth: ^2.1.3 loggy: ^2.0.3 intl: ^0.18.0
-1
votes
1 answer

Why is this null error showing up in my localization structure when loading maps that should initialize?

Can someone point out why I'm getting a null error where loading text within my localizations structure. Error commented below at authSighInText. The only thing I can think of is that _localizedValues is not initialized yet upon app launch. Should I…
RobbB
  • 1,214
  • 11
  • 39
-2
votes
1 answer

Flutter Viedeo Player like Youtube, Amazon Prime

How to download video from online(api response) and store it in local device and play that video using video player in flutter app. Eg : Amazon Prime, Youtube, Netflix...
1 2 3 4 5
6