Nayan

Results 6 comments of Nayan

@Biowulf21 What is the exact workaround and what will your method `handleIOSLocationWorkAround` do? I am just wondering as there is no connection between `AppLifecycleState` and this issue.

@Smibser The same issue I am facing but in a different way. - Grant both permissions `While using the app` & `Always Allow` - Then change the permission by Settings...

Meanwhile `override` the `http` package in `dev_dependencies` can work

@Artath in the `pubspec.yaml`, add the below snippet. ``` dependency_overrides: http: ^1.1.0 ```

Same issue I have observed on Android and iOS as well. Also, trying to log out multiple times clears the key from local storage (generally after 2-3 tries)