native_security_kit 1.0.0
native_security_kit: ^1.0.0 copied to clipboard
A comprehensive enterprise-grade security suite for Flutter. Includes root/jailbreak detection, emulator checks, hardware-backed encryption (AES-GCM & Secure Enclave), debugger detection, anti-tamper [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_security_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_security_kit: ^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:native_security_kit/native_security_kit.dart';