root_jailbreak_check 0.0.1 copy "root_jailbreak_check: ^0.0.1" to clipboard
root_jailbreak_check: ^0.0.1 copied to clipboard

On-device root (Android) and jailbreak (iOS) detection. Pure Kotlin/Swift heuristics, no bundled native binaries, no network calls, no third-party services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add root_jailbreak_check

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  root_jailbreak_check: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:root_jailbreak_check/root_jailbreak_check.dart';
1
likes
150
points
90
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device root (Android) and jailbreak (iOS) detection. Pure Kotlin/Swift heuristics, no bundled native binaries, no network calls, no third-party services.

Repository (GitHub)
View/report issues

Topics

#security #android #ios

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on root_jailbreak_check

Packages that implement root_jailbreak_check