flutter_jailbreak_detection

Creator: coderz1093

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.