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

Hi, as title describes to updrage my kotlin version iam not getting in which file to upgrade my kotlin version. tried sevral methods by updating version but didnt work any...

Hi, can you help me to understand this error please? [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, Service.startForeground() not allowed due to mAllowStartForeground false: service com.xxx.app/com.lyokone.location.FlutterLocationService, null, android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to...

**Describe the bug** PlatformException(UNEXPECTED_ERROR, 17: API: LocationServices.API is not available on this device. Connection failed with: b{statusCode=SERVICE_INVALID, resolution=null, message=null}, null, null) Can you please share your comments for this Bug?...

Trying to fetch current location but getting incorrect results for tablet devices, It is working fine for mobile devices. It is not showing any errors for tablets. Result from Mobile...

**Problem statement** The background location indicator is always shown on iOS >= 11.0, it is not possible for the user to alter this setting. https://github.com/Lyokone/flutterlocation/blob/7cc54d74a5b53f8c6465ca0e4e5171b39fa49f8d/packages/location/ios/Classes/LocationPlugin.m#L108 **Ideal solution** A function to...

Despite of declaring changeNotificationOptions, it always returns its default value: "package name" "location background service running" ![Screenshot 2024-03-02 at 12 04 29 PM](https://github.com/Lyokone/flutterlocation/assets/6962148/dde2c424-cbf4-4163-9c1f-40b682dd1b93) Tried adjusting it in different ways, this...

See: https://developer.android.com/develop/sensors-and-location/location/permissions#approximate-request > To handle this potential user behavior, don't request the ACCESS_FINE_LOCATION permission by itself. Instead, request both the ACCESS_FINE_LOCATION permission and the ACCESS_COARSE_LOCATION permission in a single runtime...

The last version of Flutter Web is 1.0.0, I propose this change to get security with the latest version of flutter

**Describe the bug** This method per the documentation seems to work perfectly on iOS and Android but on Web I'm getting a random type error within the package. Here's my...

**Describe the bug** A working iOS app ("qth locator", it's in the apple app store) works on iOS. When installed and run on a M2 macbook air on macOS, no...