flutter_root_jailbreak 2.0.2 copy "flutter_root_jailbreak: ^2.0.2" to clipboard
flutter_root_jailbreak: ^2.0.2 copied to clipboard

a plugin to detect whether Android is rooted and whether iOS is jailbroken

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

12
likes
130
pub points
85%
popularity

Publisher

unverified uploader

a plugin to detect whether Android is rooted and whether iOS is jailbroken

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_root_jailbreak