safe_device_check 0.0.2+4 copy "safe_device_check: ^0.0.2+4" to clipboard
safe_device_check: ^0.0.2+4 copied to clipboard

A flutter plugin for safe device check

0.0.1+1 #

Usage #

1. Add import-

import "package:safe_device_check/device_check.dart"
copied to clipboard

2. Check for the required criteria- For eg.-

bool _isRooted = await DeviceCheck.isRooted; //true or false
copied to clipboard

Features #

Attributes Android iOS
isRooted true/false true/false
isEmulator true/false true/false
isDeveloperModeOn true/false always false
isInstalledOnExternalStorage true/false always false

0.0.1+2 #

(no changes)

0.0.2+3 #

(no changes)

0.0.2+4 #

(no changes)

5
likes
130
points
4
downloads

Publisher

verified publisherlazydeveloper.dev

Weekly Downloads

2024.09.26 - 2025.04.10

A flutter plugin for safe device check

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on safe_device_check