tvh / flutter_jailbreak_detection

Flutter jailbreak detection plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_jailbreak_detection

Flutter jailbreak and root detection plugin.

It uses RootBeer on Android, and DTTJailbreakDetection on iOS.

Getting Started

import 'package:flutter_jailbreak_detection/flutter_jailbreak_detection.dart';

bool jailbroken = await FlutterJailbreakDetection.jailbroken;
bool developerMode = await FlutterJailbreakDetection.developerMode; // android only.

About

Flutter jailbreak detection plugin

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 41.7%Language:Ruby 23.1%Language:Kotlin 17.1%Language:Swift 10.2%Language:Shell 4.2%Language:Objective-C 3.7%