engine_security 1.0.0 copy "engine_security: ^1.0.0" to clipboard
engine_security: ^1.0.0 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 Dart:

 $ dart pub add engine_security

With Flutter:

 $ flutter pub add engine_security

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

dependencies:
  engine_security: ^1.0.0

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:engine_security/engine_security.dart';
6
likes
0
points
359
downloads

Publisher

verified publisherstmr.tech

Weekly Downloads

Advanced security detection system for Flutter applications focused on Android and iOS. Detects Frida, Root/Jailbreak, Emulator, and Debugger threats with high precision.

Repository (GitHub)
View/report issues

Topics

#security #detection #frida #mobile #android

Documentation

Documentation

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

device_info_plus, flutter, package_info_plus

More

Packages that depend on engine_security