flutter_rasp 1.0.1 copy "flutter_rasp: ^1.0.1" to clipboard
flutter_rasp: ^1.0.1 copied to clipboard

A comprehensive RASP (Runtime Application Self-Protection) plugin for Flutter. Detect root, jailbreak, emulators, debuggers, hooks, tampering, VPN, and more.

1.0.1 #

  • Improved README documentation — removed redundancies, more concise
  • Restructured example app with MVVM architecture (models, notifiers, screens)
  • Added barrel files for cleaner imports

1.0.0 #

  • Root/Jailbreak detection (Android & iOS)
  • Emulator/Simulator detection (Android & iOS)
  • Debugger detection (Android & iOS)
  • Hook detection — Frida, Xposed, Cycript (Android & iOS)
  • App integrity/tampering detection with signing certificate verification (Android & iOS)
  • VPN connection detection (Android & iOS)
  • Developer mode detection (Android)
  • Screen capture protection (Android & iOS)
  • Real-time threat monitoring with configurable intervals
  • Individual on-demand threat checks
  • Full security scan with RaspResult
  • ThreatPolicy system with 4 preset levels (none, low, medium, high) and custom support
  • Native enforcement — critical threats terminate the app at the native level before Dart code can react
  • ThreatCallback for individual per-threat callbacks
  • attachListener() / detachListener() for runtime callback management
  • HashConverter utility for SHA-256 hex to Base64 conversion
2
likes
0
points
708
downloads

Publisher

verified publisherjuandpt.dev

Weekly Downloads

A comprehensive RASP (Runtime Application Self-Protection) plugin for Flutter. Detect root, jailbreak, emulators, debuggers, hooks, tampering, VPN, and more.

Repository (GitHub)
View/report issues

Topics

#security #rasp #jailbreak #root-detection #flutter-plugin

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_rasp

Packages that implement flutter_rasp