and_os 1.0.0
and_os: ^1.0.0 copied to clipboard
A Flutter plugin for implementing security checks on Android and iOS devices, including root detection, debugging checks, and tampering prevention.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2024-02-13 #
Added #
- Initial release of AndOs Security Checker
- Android security checks:
- Root detection
- ADB (USB debugging) detection
- Developer mode detection
- App debugging detection
- App signature verification
- Frida detection
- Emulator detection
- iOS security checks:
- Debug mode detection
- Emulator detection
- Runtime tampering detection
- App debugging detection