FLUTTER ECOSYSTEM

jeroentrappers/flutter_jailbreak_detection

Flutter 越狱检测插件

flutter_jailbreak_detection 项目封面
Stars
84
Forks
218
最近推送(UTC)
2025年4月23日
项目状态
未归档
Jeroen Trappers GitHub avatar
GITHUB User

Jeroen Trappers ↗

Design and development, Flutter, web, security, databases, usability enthousiast. Nuanced, pragmatic, sociable, optimist/realist, open and honest. Likes cats

@appmire Belgium官方网站 ↗
语言DartRubyKotlinSwiftObjective-C

此仓库发布的插件

使用的依赖

依赖清单 1 项
  • flutter{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

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.