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** com.lyokone.location.LocationPlugin.dispose (LocationPlugin.java:117) com.lyokone.location.LocationPlugin.detachActivity (LocationPlugin.java:56) com.lyokone.location.LocationPlugin.onDetachedFromActivityForConfigChanges (LocationPlugin.java:74) io.flutter.embedding.engine.FlutterEngineConnectionRegistry.detachFromActivityForConfigChanges (FlutterEngineConnectionRegistry.java:375) io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onDetach (FlutterActivityAndFragmentDelegate.java:630) io.flutter.embedding.android.FlutterActivity.release (FlutterActivity.java:622) io.flutter.embedding.android.FlutterActivity.onDestroy (FlutterActivity.java:643)

inactive

**Description** Currently it's not possible to request the permission for background location. Only when listening for location updates, you can hand over this parameter. There should also be an option...

bug

Error on line 38, column 3 of pubspec.yaml: A package may not list itself as a dependency.

bug

When i turn off location accuracy from app setting in ios , getLocation doesn't resolve.Althought i have set location accuracy to LocationAccuracy.low from changeSetting methode. Similary on Android 7 ,...

bug

**Description** Calling await Location().requestPermission() doesn't return (Android API 28) **Expected behavior** **Steps To Reproduce** Calling doesn't return (curiously if the app state changes and resumed, the proper dialog is shown)...

bug

**Description** App crashes right after accepting location permissions. I have narrowed down the issue to a Google Play Services issue. When running the Google Play Services beta (version 22.29.+) I...

bug

It would be really useful if we can disable the default notification shown by `location` and provide an own notification via `awesome_notification` for example.

bug

On flutter web in IOS browsers not working any thing even 5.0.0-dev.8 version

bug

**Describe the bug** When launching the flutter app the app compiles and launches on the device. After a short launch with a white screen, the error occurs and the app...

inactive

More than one month I am using location package, in android devices it is working fine but in iOS physical device or simulator some times it is not working. I...