rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
289 stars 336 forks source link

is Google Play Service is must or not need? #205

Closed function2000 closed 3 years ago

function2000 commented 3 years ago

For this plugin, is Google Play Service is must or not need? As in China, Google Play Service is not an option. Thanks for answer.

mehdok commented 3 years ago

Hi @function2000 Thank you for opening an issue.

I have a setting in the AndroidSettings to choose either Google or Android as your location service, please give it a try and let me know if you had have problem;

function2000 commented 3 years ago

Hi @function2000 Thank you for opening an issue.

I have a setting in the AndroidSettings to choose either Google or Android as your location service, please give it a try and let me know if you had have problem;

I changed the code like below: androidSettings: AndroidSettings( accuracy: LocationAccuracy.NAVIGATION, interval: 5, distanceFilter: 0, client: LocationClient.android, But still not work, see the pic. Can you try on your side? 20210228165039

function2000 commented 3 years ago

it works when I go outside. Thank you very much!