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

SecurityCheck is a utility class that performs basic Android And IOS device security checks. It helps identifywhethera device has security settings enabled that may increase the risk of tampering or debugging

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sapsis_secure_device_check

With Flutter:

 $ flutter pub add sapsis_secure_device_check

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

dependencies:
  sapsis_secure_device_check: ^0.0.1

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:sapsis_secure_device_check/secure_device_check_plugin.dart';
4
likes
0
points
227
downloads

Publisher

unverified uploader

Weekly Downloads

SecurityCheck is a utility class that performs basic Android And IOS device security checks. It helps identifywhethera device has security settings enabled that may increase the risk of tampering or debugging

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sapsis_secure_device_check

Packages that implement sapsis_secure_device_check