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

PlatformAndroidiOS
outdated

The Device Security Detection Flutter plugin provides a comprehensive solution to enhance the security of your Flutter applications by detecting potential risks such as jailbroken devices, emulators, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_device

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

dependencies:
  secure_device: ^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:secure_device/secure_device.dart';
2
likes
140
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

The Device Security Detection Flutter plugin provides a comprehensive solution to enhance the security of your Flutter applications by detecting potential risks such as jailbroken devices, emulators, and rooted Android devices. This plugin empowers developers to incorporate robust security measures and safeguard their apps from unauthorized usage or tampering.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, plugin_platform_interface

More

Packages that depend on secure_device

Packages that implement secure_device