flutterlocation
flutterlocation copied to clipboard
A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
**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)
**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...
Error on line 38, column 3 of pubspec.yaml: A package may not list itself as a dependency.
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 ,...
**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)...
fix:
**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...
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.
On flutter web in IOS browsers not working any thing even 5.0.0-dev.8 version
**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...
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...