proximity_screen_lock_android 2.1.1 copy "proximity_screen_lock_android: ^2.1.1" to clipboard
proximity_screen_lock_android: ^2.1.1 copied to clipboard

A Android Flutter plugin that can be used to bind screen activation to proximity sensor

Proximity Screen Lock for Android #

A Flutter plugin that can be used to bind screen activation to proximity sensor

To activate the behavior

if (ProximityLockScreen.isProximityLockSupported()) {
  ProximityLockScreen.setActive(true)
}

ProximityLockScreen.isProximityLockAvailable() will return false on Android devices that do not provide a proximity sensor. It will also return false for non-mobile devices

0
likes
110
points
6.08k
downloads

Publisher

verified publishermantoux.org

Weekly Downloads

A Android Flutter plugin that can be used to bind screen activation to proximity sensor

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, proximity_screen_lock_platform_interface

More

Packages that depend on proximity_screen_lock_android

Packages that implement proximity_screen_lock_android