flutter_rasp 1.0.1
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 ThreatPolicysystem 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
ThreatCallbackfor individual per-threat callbacksattachListener()/detachListener()for runtime callback managementHashConverterutility for SHA-256 hex to Base64 conversion