Search code examples
flutterdartjailbreak

Jailbreak Detection Flutter Apps


I have added the Jail break detection for my Flutter app where I have used the below dependency,

trust_fall: ^1.0.4

So Its working as expected I have tested in the nox emulator outcome is app is crashing while opening that is what is expected and got the same. For this trust_fall dependency will require minSdkVersion 18 value should be over 16 in build.gradle.

But when I tried in the real device the app is crashing. So I commented the trust_fall dependency in pubspec.yaml and changed the minsdkVersion back to 16 then it opened correctly no crash.

I want to have Jailbreak check but its crashing in the real device, Any Solution for this??


Solution

  • You can check out other packages like flutter_jailbreak_detection and ing_app_security. These packages are updated.