Last updated:
0 purchases
flutter jailbreak detection
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.
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.