Lyokone / flutterlocation

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
MIT License
1.1k stars 801 forks source link

feat: isMocked on iOS #796

Open wim07101993 opened 1 year ago

wim07101993 commented 1 year ago

Description Since iOS it is possible to detect whether a location is mocked. Using the isRunningInSimulator flag on a location. This could be used for the isMocked.

bartekpacia commented 1 year ago

Feel free to submit a PR for this.