root_jailbreak_detector 1.0.0 copy "root_jailbreak_detector: ^1.0.0" to clipboard
root_jailbreak_detector: ^1.0.0 copied to clipboard

Detects whether the device is rooted (Android) or jailbroken (iOS), so your app can react to running on a device it cannot trust.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add root_jailbreak_detector

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

dependencies:
  root_jailbreak_detector: ^1.0.0

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_detector/root_jailbreak_detector.dart';
4
likes
160
points
190
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Detects whether the device is rooted (Android) or jailbroken (iOS), so your app can react to running on a device it cannot trust.

Repository (GitHub)
View/report issues

Topics

#security #root #jailbreak #device-integrity

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on root_jailbreak_detector

Packages that implement root_jailbreak_detector