sapsis_secure_device_check 0.0.1
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_checkWith Flutter:
$ flutter pub add sapsis_secure_device_checkThis 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.1Alternatively, 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';