engine_security 1.2.1
engine_security: ^1.2.1 copied to clipboard
Advanced security detection system for Flutter applications focused on Android and iOS. Detects Frida, Root/Jailbreak, Emulator, and Debugger threats with high precision.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add engine_security
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
engine_security: ^1.2.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:engine_security/engine_security.dart';