-1

I have been looking for a package that spoofs/mocks location with flutter for iPhone but have not been able to find any. Does one exist or is it only possible through swift?
Thanks

fraser dale
  • 1,187
  • 1
  • 9
  • 18

2 Answers2

0

You can use gps-sdr-sim on GitHub and a HackRF SDR to solve this problem. You can pre-define a route using a CSV file with gps-sdr-sim.

1qazxsw2
  • 2,589
  • 4
  • 20
  • 19
-1

You can simulate a location on both a simulator and a real device, however you have to run your flutter app through xCode if you want to simulate location on a real device, see below links for some guidance on where to start.

Real Device

Simulator

Edvinas
  • 145
  • 1
  • 9