proximity_screen_lock_default

Creator: coderz1093

Last updated:

0 purchases

proximity_screen_lock_default Image
proximity_screen_lock_default Images
Add to Cart

Description:

proximity screen lock default

Default Proximity Screen Lock #
A Flutter plugin that can be used to bind screen activation to proximity sensor
By default, this plugin assumes not proximity sensor is available
To activate the behavior
if (ProximityLockScreen.isProximityLockSupported()) {
ProximityLockScreen.setActive(true)
}
copied to clipboard
ProximityLockScreen.isProximityLockAvailable() will return false on Android devices that do not provide a proximity sensor.
It will also return false for non-mobile devices

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.