Skip to content

AODocs-Dev/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

Fork of flutter_jailbreak_detection plugin to fix outdated Kotlin Gradle plugin version (until https://github.com/jeroentrappers/flutter_jailbreak_detection/pull/31 is merged)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 31.0%
  • Ruby 27.3%
  • Kotlin 16.5%
  • Swift 12.0%
  • Objective-C 8.0%
  • Shell 5.2%