device_security_checker 1.1.4
device_security_checker: ^1.1.4 copied to clipboard
A Flutter plugin for detecting common device security risks such as Developer Mode, USB Debugging, Emulator/Simulator, and more.
Changelog #
All notable changes to this project will be documented in this file.
1.1.4 #
Added #
-
Android root detection
- Detect
subinary - Detect root management applications
- Detect dangerous system paths
- Detect test-keys builds
- Detect
which su
- Detect
-
Android debugger detection
-
iOS debugger detection
Improved #
- Refactored root detection implementation.
- Improved security report generation.
- Updated example application.
