real_device 0.1.0
real_device: ^0.1.0 copied to clipboard
Comprehensive device security checks for Flutter apps — root/jailbreak, emulator, hooking frameworks, VPN, biometrics, and more.
0.1.0 #
- Initial public release.
- 28 device security checks across 5 categories:
- Device Integrity — root, jailbreak, emulator, simulator, developer options, ADB, bootloader, custom ROM, SELinux, Play Integrity, DeviceCheck, App Attest.
- App Tampering — signature validation, hooking framework detection (Frida, Xposed, Substrate), debugger, app cloning, code injection.
- Network Environment — VPN, proxy, mock location, time manipulation.
- Biometric & Identity — biometric hardware & enrollment, device passcode, SIM presence, multi-user profiles.
- Hardware — external input devices, NFC, camera authenticity.
- Batch
getSecurityReport()for running all checks in a single platform call. - Individual
Future<bool>getters for one-off checks. SecurityConfigfor skipping checks by name or by group.- iOS support via both Swift Package Manager and CocoaPods.
- Android minSdk 24, iOS 12.0+.