transistorsoft/flutter_background_geolocation

[help] can we simulate routes for emulators ?

Closed this issue · 1 comments

I'm trying to simulate routes in emulator, but doesn't seem to be working. Or am i doing anything wrong here ? I have to manually change the pace bg.BackgroundGeolocation.changePace() to get the live location.

image

That’s right, as documented in the wiki “Debugging”. The simulator fails to detect when the device is moving. You cannot experience the true behaviour of this plug-in in the emulator. It’s best to test on a real device with real movement.