cross_device_integrity 1.0.8
cross_device_integrity: ^1.0.8 copied to clipboard
Unified cross-platform device integrity and security detection for Flutter (Root, Jailbreak, Emulator, Frida, Magisk, Developer Mode, Mock Location, VPN, Proxy, Screen Recording).
1.0.8 #
- Enhanced Mock Location Detection (
MockLocationDetector):- Added
ACCESS_MOCK_LOCATIONmanifest permission scanner across installed packages to detect any Fake GPS spoofer application regardless of package name. - Added
AppOpsManagerreflection scanner (OP_MOCK_LOCATIONopcode 58) for developer options app permissions. - Added
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>and<queries>tags inAndroidManifest.xml.
- Added
- Updated example dashboard to enable continuous real-time live monitoring by default.
- Implemented native Windows VPN detection (
GetAdaptersAddresses).
1.0.7 #
- Enhanced Android screen recording detection (
ScreenRecordingDetector):- Virtual display inspection (
DisplayManager) for non-default, presentation, virtual, or mirroring displays. - Internal audio submix recording detection (
AudioManagerREMOTE_SUBMIX). - Process & service inspection for OEM system screen recorders (Samsung, Xiaomi/MIUI, Oppo/ColorOS, Realme, OnePlus, Pixel SystemUI) and third-party recording applications.
- Virtual display inspection (
1.0.6 #
- Fixed Android build failure (
cannot find symbol DeviceIntegrityPlugin) by restoringkotlin-androidGradle plugin configuration inandroid/build.gradle.
1.0.5 #
- Updated example app visual design with a warm yellow theme (
#FFD03C). - Refactored card containers and background palettes to flat dark slate (
#161F2E/#0B111E), removing elevations, box shadows, and background gradients.
1.0.4 #
- Migrated Android plugin build configuration to built-in Kotlin (removed legacy
kotlin-androidplugin andkotlinOptions). - Expanded Swift Package Manager (
Package.swift) structure for iOS and macOS.
1.0.3 #
- Swift Package Manager (SPM) support added for iOS and macOS (
Package.swift). - Migrated Android build configuration to built-in Kotlin support.
- Updated homepage and repository metadata URLs.
1.0.2 #
- Initial production release of
device_integrity. - Comprehensive device security & integrity checks across Android, iOS, macOS, Windows, Linux, and Web.
- Supports Root, Jailbreak, Emulator, Developer Mode, Mock Location, VPN, Proxy, Frida, Magisk, and Screen Recording detection.
- Built-in window screenshot & capture protection (
setWindowSecure). - Real-time continuous integrity monitoring stream.