Skip to content

pastelcode/flutter_root_jailbreak

 
 

Repository files navigation

flutter_root_jailbreak

This plugin is very easy to get a status to detect whether the Android device is rooted and whether the iOS device is jailbroken

install:

dependencies:
  flutter_root_jailbreak: ^2.0.2

use:

//The way to check the root status of an Android device is:
FlutterRootJailbreak.isRooted

// The way to check the jailbreak status for iOS devices is:
FlutterRootJailbreak.isJailBroken

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 32.5%
  • Ruby 22.6%
  • Swift 19.2%
  • Kotlin 17.7%
  • Objective-C 8.0%