background_locator
background_locator copied to clipboard
A Flutter plugin for updating location in background.
Background locator fails to start on some Android 10 device apparent invalid notification argument for small icon. Here are the logs: ``` Fatal Exception: java.lang.RuntimeException: Unable to create service rekab.app.background_locator.IsolateHolderService:...
Hi again :), I am trying to implement your package at new flutter project. Before that I used your project on github. in startLocator method LocationCallbackHandler gives an error. I...
Hi. I encountered a problem that my initCallback was not called when I registered for location updates. After some investigation, I found out that the number value for my callback...
@mehdok After the iOS auto update from 14.4 to 14.6 Background locator(1.4.0+1) worked only for an hour and later stopped working. The app was in the foreground and yet background...
Whenever I try to compile a new version of my app, I get this error : > e: D:\...\myapp\Application.kt: (11, 21): Unresolved reference: googleapiavailability e: D:\...\myapp\Application.kt: (18, 30): Unresolved reference:...
Only tested on Android 1. While the background locator is active and the app is killed, remove the location permissions for the app - Set to deny (Note how the...
background_locator: 1.6.0+1-beta Hardware Model: iPhone11,2 Process: Runner [3253] AppVariant: 1:iPhone11,2:14 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] OS Version: iPhone OS 14.5.1 (18E212) Release Type: User Exception...
I've been trying to figure on how to stop the service on app close. It crash if close the app and start again
use version `1.6.0+1-beta` It seems that ACTION_SHUTDOWN of onStartCommand is sometimes called before locatorClient is initialized.... ``` kotlin.UninitializedPropertyAccessException: lateinit property locatorClient has not been initialized E/AndroidRuntime(18943): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4338) E/AndroidRuntime(18943): at...
Hello! As you may notice from the attached screenshot, even though I stopped the example app at 14:58, it continued logging positions. Oddly the interval between these unexpected positions is...