abdelrahmanbonna / flutter_root_jailbreak_plus

A library for detecting root and jailbreak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

A library for detecting root and jailbreak

License:MIT License


Languages

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