background_locator_fixed
background_locator_fixed copied to clipboard
A Flutter plugin for updating location in background.
ui of main thread hang for about 50 seconds and show ANR dialog ? what i can do
i got some problem Backrground Locator is working on both of AOS, IOS but i tried to stop this task at time limit and it isn't work well on IOS...
Package is work in debug mode without any issues, but its not working on release mode
//whenever the expected time period is reached invalidate the last known accuracy // so that we don't just receive better and better accuracy and eventually risk receiving // only minimal...
On iOS when invoking `BackgroundLocator.isServiceRunning() ` leads to a MissingPluginException ```[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method LocatorPlugin.isServiceRunning on channel app.yukams/locator_plugin) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7) #1 BackgroundLocator.isServiceRunning (package:background_locator_2/background_locator.dart:61:13) #2 BackgroundLocationService.isRunning...
Hello i am using the latest version of backgroun_locator_2, everything works as expected on android emulator, but when i build the app and i install it in android phone, every...
Hi i am trying this library on latest flutter 3.7.3 version and background_locator_2: ^2.0.6 Android working perfect but on ios not working in release mode when app is killed or...
static Future initialize() async { final CallbackHandle callback = PluginUtilities.getCallbackHandle(callbackDispatcher)!; await _channel.invokeMethod(Keys.METHOD_PLUGIN_INITIALIZE_SERVICE, {Keys.ARG_CALLBACK_DISPATCHER: callback.toRawHandle()}); --> this line make callkit not working. }
C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\background_locator-1.6.12\android\src\main\kotlin\rekab\app\background_locator\BackgroundLocatorPlugin.kt: (25, 1): Class 'BackgroundLocatorPlugin' is not abstract and does not implement abstract member public abstract fun onNewIntent(p0: Intent): Boolean defined in io.flutter.plugin.common.PluginRegistry.NewIntentListener
notification not appear in anroid 13