real_device 0.1.0 copy "real_device: ^0.1.0" to clipboard
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.
  • SecurityConfig for skipping checks by name or by group.
  • iOS support via both Swift Package Manager and CocoaPods.
  • Android minSdk 24, iOS 12.0+.
1
likes
140
points
65
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

Comprehensive device security checks for Flutter apps — root/jailbreak, emulator, hooking frameworks, VPN, biometrics, and more.

Repository (GitHub)
View/report issues

Topics

#security #root-detection #jailbreak-detection #device-integrity #biometrics

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on real_device

Packages that implement real_device