anish-adm / trust_fall

A Flutter plugin for detecting the trust fall of the device(Jailbroken, root, emulator and mock location detection).
https://pub.dartlang.org/packages/trust_fall
MIT License
37 stars 43 forks source link

Add option to not check mock location #5

Open GreenAppers opened 4 years ago

GreenAppers commented 4 years ago

I'm not using GPS so I don't want to add the permission.

platinum7919 commented 4 years ago

Same, having the app suddenly requiring location permission raises all kind of issue with management.

nateshmbhat commented 4 years ago

Same issue. This is absolutely needed.

@anish-adm This can be fixed by removing the hardcoded permission in your Manifest file and let the user add those permissions if they need it in their manifest file. If you just mention the required permissions in README it should be enough.