google_map_location_picker icon indicating copy to clipboard operation
google_map_location_picker copied to clipboard

Plugin show differents location on iOS and Android

Open MIDEV-05 opened this issue 3 years ago • 0 comments

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 : Screenshot_1625003245

Result in iOS: simulator_screenshot_75283426-FB5D-4BC8-ADA8-F496A365BAD4

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!

MIDEV-05 avatar Jun 29 '21 21:06 MIDEV-05