ublanke

Results 3 comments of ublanke

I'd like to keep this issue open. Just ran into the same issue

I "solved" it by making the calls non-blocking. It might not work for every scenario. instead of status = await Permission.locationAlways.request(); --> Permission.locationAlways.request(); It's not ideal, as I'd like to...

Same issue, for iOS and Android, FlutterNativeTimezone.getLocalTimezone() always returns Null... (solved) I had called it too early in the app life cycle.