Skip to content

artflutter/flutter_jailbreak_detection

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 29.0%
  • Ruby 25.5%
  • Kotlin 21.8%
  • Swift 11.2%
  • Objective-C 7.5%
  • Shell 5.0%