Yukams
Yukams
Am I missing something or you want to revert a previous work with groupclick="toggleitem" in legend ? I can't really make it work anyway
UP on this issue, I have the same one and it's really problematic
Yes please @Lyokone...
Hi @ReaperTech, **file_manager.dart** is used as a logging tool **location_callback_handler.dart** is using location_service_repository.dart's functions but wrapping them in a static function as it is required to give BackgroundLocator.registerLocationUpdate static functions...
Ok so if anyone has this problem, follow [this](https://github.com/flutter/flutter/issues/98473#issuecomment-1041895729) for shared_preference and [this ](https://github.com/flutter/flutter/issues/99155#issuecomment-1052023743) for path_provider. Edit : This is not an issue related to background_locator, it's directy from Flutter...
Hello @lasd14, I just tried it on my project and yes it's still working for me on Android after a phone reboot ! Just saying you have to restart the...
Hi @daviddagan, I'll see what I can do !
Hi @daviddagan, so I had a quick look and it seems like the lib would work with lower minSDK version (I tried with 19). I'm pretty sure I had a...
Hi @daviddagan, I've pushed a branch for a minsdk of 19, you can use it by putting this in your pubspec.yaml under dependancies ``` background_locator: git: url: https://github.com/Yukams/background_locator_fixed branch: minsdk_29...
EDIT : the fork is already up to date, ignore my previous message. So I added the package to pub.dev https://pub.dev/packages/background_locator_2 Now you should be able to use it by...