safe_device_check

Creator: coderz1093

Last updated:

0 purchases

safe_device_check Image
safe_device_check Images
Add to Cart

Description:

safe device check

safe_device_check (null-safety) #
Check whether the device meets the following criteria-

Root/Jail break
Is an Emulator
Developer mode (Android only)
Is app installed on external storage (Android only)

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator