google_map_location_picker
google_map_location_picker copied to clipboard
Plugin show differents location on iOS and Android
I'm testing my app on both android and ios. And it appear that, for the coordinates, the plugin display different location on the two OS.
Coordinates : 10.308498,1.3774943
Result in Android :
Result in iOS:
Plugin version : google_map_location_picker: "4.1.7"
Flutter doctor iOS :
[✓] Flutter (Channel stable, 2.2.2, on macOS 11.4 20F71 darwin-arm, locale en-BJ)
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
flutter config --android-sdk
to update to that location.
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] VS Code (version 1.57.1)
[✓] Connected device (2 available)
! Doctor found issues in 2 categories.
Flutter doctor Android
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.2.2, on Linux, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [✓] Chrome - develop for the web [✓] Android Studio (version 4.1) [✓] VS Code (version 1.57.1) [✓] Connected device (2 available)
• No issues found!