pkb_security_rasp 1.0.0
pkb_security_rasp: ^1.0.0 copied to clipboard
RASP security plugin for Flutter detecting Frida, Root/JB, Debugger, DevOptions, Emulator and App Tampering.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pkb_security_raspThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pkb_security_rasp: ^1.0.0Alternatively, 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:pkb_security_rasp/pkb_security_rasp.dart';