v1.10.0
flutter_jailbreak_detection
Flutter 越狱和 Root 检测插件。此插件在 Android 上使用 Rootbeer,在 iOS 上使用 DTTJailbreakDetection。
388喜欢 2.3万近 30 天下载135Pub 分数
AndroidiOS
Flutter 越狱检测插件
{"sdk":"flutter"}以下为英文项目原文快照,最新内容请访问 GitHub。
Flutter jailbreak and root detection plugin.
It uses RootBeer on Android, and IOSSecuritySuite on iOS.
import 'package:flutter_jailbreak_detection/flutter_jailbreak_detection.dart';
bool jailbroken = await FlutterJailbreakDetection.jailbroken;
bool developerMode = await FlutterJailbreakDetection.developerMode; // android only.