flutterlocation icon indicating copy to clipboard operation
flutterlocation copied to clipboard

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Results 219 flutterlocation issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. Have you tried running `flutter clean` first ? - Yes **Expected behavior** get the location **Tested on:**...

Can the prompt text be added in Chinese? loading 加载中... more 加载更多 no more 没有更多了

**Describe the bug** Some users have logged this error while using the app, but I’m currently unable to reproduce it. I found a similar [issue](https://github.com/Lyokone/flutterlocation/issues/864), however based on the logs,...

**Describe the bug** The iOS build of my Flutter app fails to launch on a real device due to a DYLD runtime crash caused by this plugin (location). The crash...

Just updated the package version in the first step of Getting Started section.

Hi all, Straight to the point: I don't do a good job anymore of maintaining this plugin, and I'm sorry for that. I think it'd be good to have a...

This has already been pointed out in #976, #1000, #1019, #1022 and #1023. I'm creating this issue as an attempt to centralize the discussion and finally solve the deprecation messages...

This PR resolves #1035 Migrated from deprecated `LocationRequest` to `Priority` Priority doesn't have a PRIORITY_NO_POWER property, according to its [documentation](https://developers.google.com/android/reference/com/google/android/gms/location/Priority) we should use PRIORITY_PASSIVE `LocationRequest.PRIORITY_NO_POWER` -> `Priority.PRIORITY_PASSIVE` --- On SDK...

**Describe the bug** A clear and concise description of what the bug is. Have you tried running `flutter clean` first ? **Expected behavior** A clear and concise description of what...