Skip to content

apptreesoftware/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 33.2%
  • Ruby 24.9%
  • Kotlin 15.8%
  • Swift 11.8%
  • Objective-C 7.3%
  • Shell 7.0%