Closed FaizanMubasher closed 3 years ago
i am trying to make a fake Gps app but i am not getting how can i change location to google maps location and how can i get moack permission to my app? is it possible to do Fake gps app with flutter if not i will leave flutter and go to native development? please help me
This is what I am trying to do:
And call it like:
_determinePosition().then((position) { if (position.isMocked) { //.. Show error message return; }
But this if is never executed. Please guide how to detect Mock location correctly. I have FAKE GPS App and Mock Location turned on as well.
SO Post