Almoullim / background_location

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

How to make the service still work when terminating the app? #75

Closed ghost closed 3 years ago

ghost commented 3 years ago

How to make the service still active when the application is terminated? Until function stopLocationService is called, the service will be terminated. Thank you,

jozes commented 3 years ago

@14h4i I think the right solution for you would be the one I proposed as feature enhancement and contains all the necessary code. Here is the code: https://github.com/Almoullim/background_location/issues/82

Almoullim commented 3 years ago

Sadly, this is not yet supported