cross_device_integrity 1.0.8 copy "cross_device_integrity: ^1.0.8" to clipboard
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_LOCATION manifest permission scanner across installed packages to detect any Fake GPS spoofer application regardless of package name.
    • Added AppOpsManager reflection scanner (OP_MOCK_LOCATION opcode 58) for developer options app permissions.
    • Added <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> and <queries> tags in AndroidManifest.xml.
  • 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 (AudioManager REMOTE_SUBMIX).
    • Process & service inspection for OEM system screen recorders (Samsung, Xiaomi/MIUI, Oppo/ColorOS, Realme, OnePlus, Pixel SystemUI) and third-party recording applications.

1.0.6 #

  • Fixed Android build failure (cannot find symbol DeviceIntegrityPlugin) by restoring kotlin-android Gradle plugin configuration in android/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-android plugin and kotlinOptions).
  • 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.
1
likes
160
points
296
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Unified cross-platform device integrity and security detection for Flutter (Root, Jailbreak, Emulator, Frida, Magisk, Developer Mode, Mock Location, VPN, Proxy, Screen Recording).

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on cross_device_integrity

Packages that implement cross_device_integrity