I am using package of location and google maps flutter in my screen and I want to detect wether user using fake gps or not.. Is there a package that can detect mock location in flutter that available in android and ios? I have tried using TrustFall package but my app always close unexpectedly.. is there another way to detect mock location in flutter?
How to detect mock location in flutter for ios and android
14.2k Views Asked by wahyu At
3
you can use TrustLocation
permissions:
usage :
using steam:
Example:
for more information you can see https://pub.dev/packages/trust_location
github link : https://github.com/wongpiwat/trust-location