Samin-roadsurfer

Results 4 comments of Samin-roadsurfer

Hey @TimHoogstrate thanks for checking the issue :) here the debug result of example app with same code mentioned in the main issue: android: ios: could not reproduce the issue...

we see the exact same. crash in our logs, although we are using the onesignal_flutter . any update on when it is gonna fix?

Hi team, i also see this issue on our side. ``` await Geolocator.getCurrentPosition( locationSettings: const LocationSettings( accuracy: LocationAccuracy.medium, timeLimit: Duration(seconds: 20), ), ); ``` it stuck in the long loading...