rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 329 forks source link

How can I run it in the background #216

Open thekavak opened 3 years ago

thekavak commented 3 years ago

Hi, A friend suggested it on Github and I started to review it excitedly. I downloaded and installed the example on GitHub without any problem.

When I delete the application from the recent list in my hand, it continues to log. But when I click on the 'clear all' button of the last applications there, it clears the cache, so the app closes and I have to run it again.

A different situation is valid for ios, when I manually delete the application from the list of recent applications, logging stops.

I want to log the location once installed and get the necessary permissions. How can I solve this, I would be glad if you could help.