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

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

1.1.0 #

  • Breaking: Renamed tamperedrepackaging (isTampered()isRepackaged(), onTamperedonRepackaging)
  • Added trustedInstall threat — detects untrusted installation sources
  • Improved iOS repackaging detection (injected dylibs, App Store fallback)
  • All detectors now run on iOS simulator

1.0.1 #

  • Added device passcode detection (Android & iOS)
  • Restructured example app with MVVM architecture
  • 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 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 and custom support
  • Native enforcement — critical threats terminate the app before Dart code reacts
  • ThreatCallback for per-threat callbacks
  • attachListener() / detachListener() for runtime callback management
  • HashConverter utility for SHA-256 hex ↔ 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, repackaging, untrusted installs, VPN, and more.

Homepage
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