device_guard 0.0.2 copy "device_guard: ^0.0.2" to clipboard
device_guard: ^0.0.2 copied to clipboard

A new Flutter plugin to check device security

0.0.2 #

Initial release of Device Guard for Android and iOS.

Added #

  • Loosely coupled verifyDeviceGuard() API — pass only the checks you need; omitted flags are skipped
  • useDefaults plus DeviceGuardDefaults for a built-in security profile
  • Device checks:
    • Android API level (minSdk)
    • RAM capacity (minRamGb)
    • Developer Options / Developer Mode
    • Root / Jailbreak
    • Emulator / Simulator
    • USB Debugging
    • Mock Location
    • VPN
    • Screen Recording
    • Screen Sharing
    • Overlay Apps
    • Frida
    • Magisk
    • Xposed
  • DeviceGuardResult with nullable per-check fields, isValid, and errorMessage
  • Individual check methods (isNotRooted(), isVpnOff(), …)
  • Native Kotlin checkers on Android and Swift checkers on iOS
  • ACCESS_NETWORK_STATE permission for VPN detection
  • Example app with a scrollable results screen
6
likes
140
points
129
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin to check device security

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_guard

Packages that implement device_guard