device_security 1.0.1 copy "device_security: ^1.0.1" to clipboard
device_security: ^1.0.1 copied to clipboard

Flutter plugin for device security detection: root/jailbreak, emulator, hooking framework, and virtual camera detection with confidence scoring.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_security

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

dependencies:
  device_security: ^1.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:device_security/device_security.dart';
1
likes
150
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for device security detection: root/jailbreak, emulator, hooking framework, and virtual camera detection with confidence scoring.

Repository (GitHub)
View/report issues

Topics

#security #root-detection #jailbreak #emulator-detection #liveness

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_security

Packages that implement device_security