TimHoogstrate

Results 193 comments of TimHoogstrate

@Raasith09, Thanks for your issue, It is possible that it takes some time to determine your location. It is also possible that in the meantime you receive "the last known"...

Dear @stoyankirov, Can you add the settings that you use to this issue? Also try to investigate if this also happens in the example app that is available when you...

Dear @stoyankirov, Thanks for your reply, I mean the Settings in the code that you use to fetch the locations. Similar to: ``` final LocationSettings locationSettings = LocationSettings( accuracy: LocationAccuracy.high,...

Dear @stoyankirov, It means that the OS is unable to determine a location. The location is fetched using Wifi, cellular en gps data, and combined (as efficient as possible) by...

@Samin-roadsurfer, Could you create a new issue? With clear steps to reproduce and the contents of `flutter doctor -v`? Kind regards,

@stoyankirov, Is it also reproducible on a real device? Because it is possible (for many reasons) that the emulator crashes. Kind regards,

Dear @charulbudania07, We are not the maintainers of GoogleMap, however, the location that you received should be ALMOST the same, but it is possible that it is not EXACTLY the...

Dear @aetherity, When I do a flutter build macOS it updates the platform :osx, to '10.14'. Perhaps this helps. Maybe you can do a `flutter clean` `flutter build macos`. Kind...

I want to Link this geolocator PR, although you are probably related: https://github.com/Baseflow/flutter-geolocator/pull/1630. One quick question: @engels-all-win-software, because this PR is already relatively old. Are you still available for doing...

You should check the documentation regarding the podfile. Be sure you have implemented the correct settings. You can compare it with the [documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and the example project that has been...