flutterlocation
flutterlocation copied to clipboard
await location.getLocation() is not retrieving the current location details in Andriod emulator
Issue: unable to retrieve the current location after following the steps mentioned in the documentation await location.getLocation() is not sending the location details. Its not passing this line when breakpoint set during debugging.
Expected: Should be able to retrieve the location
Tested on: -Android 13.0 simulator ,API 33
Getting the same issue, is there any fixes available or workaround?
for iOS simulator the same issue for me
Same Error await location.getLocation(); does give location but when you change your location on emulator it does not get it :(
same stuff