flutter_tamper_detector 0.1.2
flutter_tamper_detector: ^0.1.2 copied to clipboard
flutter_tamper_detector is a Flutter security plugin that detects rooting, hooking tools like Frida and Xposed, or emulators, allowing you to block execution or exit the app.
0.1.1 #
- Adding an example/project so you can natively implement and terminate processes before even entering the flutter engine
- See Readme
0.1.0 #
- Added a new parameter to terminate the application process automatically natively
- Update README and example
0.0.2 #
- Fix references to repository
0.0.1 #
- Initial release of
flutter_tamper_detector
- Added root, hook, and emulator detection