1 year ago
#268818
hafeezpp
Unhandled Exception: MissingPluginException geolocator package which works fine on android but not in IOS
Here is my code to fetch location which is working on android but in IOS its showing error
Position position = await Geolocato.getCurrentPosition( desiredAccuracy: LocationAccuracy.high);
ERROR:
Unhandled Exception: MissingPluginException(No implementation found for method getCurrentPosition on channel flutter.baseflow.com/geolocator)
Package : https://pub.dev/packages/geolocator
ios
flutter
geolocator
0 Answers
Your Answer