Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

App undergoes reload even when the background location thread is active #133

Closed GautamV234 closed 1 year ago

GautamV234 commented 2 years ago

Hi there, this is a very important issue. I have built a distance tracker for a running app using flutter. I have recently figured out on my One plus Nord CE phone that even though the background location thread is going on and the app is in the RAM, after some duration when I open the app, it gets reloaded and thus all the data about the run and the location tracking is gone for effective memory management by the OS. How do I stop this from happening? Since the background thread is running, shouldn't it automatically not be reloaded?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.