device_security_checker 1.1.2 copy "device_security_checker: ^1.1.2" to clipboard
device_security_checker: ^1.1.2 copied to clipboard

A Flutter plugin for detecting common device security risks such as Developer Mode, USB Debugging, Emulator/Simulator, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add device_security_checker

With Flutter:

 $ flutter pub add device_security_checker

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

dependencies:
  device_security_checker: ^1.1.2

Alternatively, your editor might support dart pub get or 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_checker/device_security_checker.dart';
1
likes
0
points
284
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for detecting common device security risks such as Developer Mode, USB Debugging, Emulator/Simulator, and more.

Repository (GitHub)
View/report issues

Topics

#flutter #android #ios #security #device

License

unknown (license)

Dependencies

flutter

More

Packages that depend on device_security_checker

Packages that implement device_security_checker