I got problems when using the mobility_feature package. For the first run it works well, but if the background location service already running it will not receive new features due problems with the background location service.
As a workaround I change the carp_background_location.LocationManager.start method for me:
Device / Emulator and OS
Please complete the following information for each phone and/or emulator you're experiencing this bug on:
NB: Bugs pertaining to old devices/OS versions will likely not be fixed.
Ok, I am using the 18 beta already but it we be live very soon.
Describe the bug
Its not really a bug, but a hint:
https://github.com/Yukams/background_locator_fixed
To Reproduce
Check the github repo.
Their are already a big number of open issues.
Expected behavior
Evaluate other packages for background location.
Actual behavior
I got problems when using the mobility_feature package. For the first run it works well, but if the background location service already running it will not receive new features due problems with the background location service.
As a workaround I change the carp_background_location.LocationManager.start method for me:
If its already running I call stop and restart it. Not sure if this is a good way, but it works :-)
Screenshots
Flutter doctor
Additional information
I really like your packages, good job 💯