Open hiasad opened 2 years ago
To make everything work with the latest version I have to make the following changes:
Line 98: await Geolocator.getCurrentPosition(desiredAccuracy: widget.desiredAccuracy); //add Geolocator. here
Line 327: final geolocationStatus = await Geolocator.checkPermission(); // add Geolocator here
Line 402: Geolocator.openAppSettings(); // add Geolocator here
I am running with the latest version of Geolocator plugin. Why do I have to make these changes?
To make everything work with the latest version I have to make the following changes:
Line 98: await Geolocator.getCurrentPosition(desiredAccuracy: widget.desiredAccuracy); //add Geolocator. here
Line 327: final geolocationStatus = await Geolocator.checkPermission(); // add Geolocator here
Line 402: Geolocator.openAppSettings(); // add Geolocator here
I am running with the latest version of Geolocator plugin. Why do I have to make these changes?