device_security_check 0.1.0 copy "device_security_check: ^0.1.0" to clipboard
device_security_check: ^0.1.0 copied to clipboard

A Flutter plugin that provides comprehensive device security checking capabilities for both iOS and Android devices. Detect rooted/jailbroken devices, developer mode, and other security compromises.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_security_check

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

dependencies:
  device_security_check: ^0.1.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:device_security_check/device_security_check.dart';
0
likes
140
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides comprehensive device security checking capabilities for both iOS and Android devices. Detect rooted/jailbroken devices, developer mode, and other security compromises.

Repository (GitHub)
View/report issues

Topics

#security #device #root-detection #flutter #plugin

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_security_check

Packages that implement device_security_check