jeroentrappers / 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 IOSSecuritySuite 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 30.8%Language:Ruby 27.4%Language:Kotlin 16.4%Language:Swift 12.0%Language:Objective-C 8.0%Language:Shell 5.4%