background_locator_fixed icon indicating copy to clipboard operation
background_locator_fixed copied to clipboard

A Flutter plugin for updating location in background.

Results 85 background_locator_fixed issues
Sort by recently updated
recently updated
newest added

I'm using the last released version 2.0.5 on flutter 3.0.5 only on android. until now I never stopped the service but now I need it to stop when the app...

bug
waiting user response
community help wanted

I'm trying example with my ios device. flutter build ios then cause error Error running pod install ``` Running pod install... 493ms CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets...

First of all, excellent work of you in continuing with this project Knowing that Android from version 10 has begun to change the way of working with location and communications,...

java.lang.RuntimeException: Unable to start service yukams.app.background_locator_2.IsolateHolderService@c2a45c6 with Intent { act=UPDATE_NOTIFICATION cmp=com.techguy/yukams.app.background_locator_2.IsolateHolderService (has extras) }: java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(channel=app.yukams/locator_plugin pri=1 contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0x00000000 vis=PRIVATE...

bug
community help wanted

 `E/AndroidRuntime: FATAL EXCEPTION: main Process: com.xxxxx.xxxxx, PID: 31604 android.app.RemoteServiceException: Bad notification posted from package com.xxxxx.xxxxx: Couldn't create icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=com.xxxx.xxxxx id=0x7f0d0000) visible user=0 ) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2019) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:158)...

UploadTask of Firebase_storage didn't work with background_locator together. Upload file done but stuck at await uploadTask. how to fix this problem? I try to config as this [Use other plugins...

bug
community help wanted

it works very well on background and even app is killed. but when I reboot android phone then it cause error saying backgound_locator_example is show below alert but after a...

The example app is using an outdated Flutter version as well as updated libraries and doesn't build with the latest Flutter version out of the box.

Hi, I need to keep alive the plugin until user signout. But the default wakelocktime is 60, how can i set it to 0 ? thanks!

not work when release to testflight or when run as --release