geolocation icon indicating copy to clipboard operation
geolocation copied to clipboard

Flutter geolocation plugin for Android and iOS.

Results 25 geolocation issues
Sort by recently updated
recently updated
newest added

` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':geolocation:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message)` On Flutter...

Enable indicator option by actually passing the property to the location manager.

Does this package support a way of asking the OS to force the calculation of a new location ? Getting the last known location is not good enough for me.

Hey, this is one of the few packages my app depends on that doesn't yet support null safety, are you planning to update? Thanks

Hi I have tried to add speed for IOS and Android but not seeing any option to create branch and raise PR. Can you please tell me how can I...

I'm trying to use register the plugin manually to be able to use it in a background process with `background_locator`. (I need to get more than one location update in...

I get MissingPluginException when i call Geolocation.enableLocationServices() flutter: location result: invoke geolocation/location->enableLocationServices [] flutter: ══╡ EXCEPTION CAUGHT BY GEOLOCATION ╞═══════════════════════════════════════════════════════════════ flutter: The following MissingPluginException was thrown while invoking flutter: geolocation/location/enableLocationServices:...

![image](https://user-images.githubusercontent.com/11863525/75711944-f18b0300-5ca5-11ea-8998-1b8b089e8c92.png)

Hi, thanks for the library. The Android location class has speed, location and accuracy [https://developer.android.com/reference/android/location/Location.html](https://developer.android.com/reference/android/location/Location.html), I presume that iOS has similar [https://developer.apple.com/documentation/corelocation/cllocation](https://developer.apple.com/documentation/corelocation/cllocation). Would you be open to exposing them on...

enhancement