Skip to content

mridul-hranker/flutter_jailbreak_detection

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 30.8%
  • Ruby 27.4%
  • Kotlin 16.4%
  • Swift 12.0%
  • Objective-C 8.0%
  • Shell 5.4%