Hi,
I have been trying to solve this error for the past few days but was unable to o so.
Error:-
PlatformException(ERROR_GEOCODING_COORDINATES, grpc failed, null)
Code:-
Position position = await Geolocator()
.getCurrentPosition(
desiredAccuracy: LocationAccuracy.high);
List<Placemark> p = await Geolocator()
.placemarkFromCoordinates(
position.latitude, position.longitude);
Placemark place = p[0];
I have even tried restarting my device, upgrading to the latest version without success. Please help. I have set fine location access permission, but its not workinnnngggg!!!!!!!!!!!!!!!!!!!!!!!! Please help.
Sent from Mail for Windows 10
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/5eea0b82.1c69fb81.91797.eea1%40mx.google.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CAHWORbqB4se30MP63caN6BLBfcD8yTxY%2BJtymU1UKrgSfLj_hQ%40mail.gmail.com.