Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 434 Bytes

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