proximity_screen_lock_ios 1.0.0 icon indicating copy to clipboard operation
proximity_screen_lock_ios: ^1.0.0 copied to clipboard

PlatformiOS

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

Proximity Screen Lock for iOS #

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
120
pub points
22%
popularity

Publisher

verified publisher iconmantoux.org

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

Homepage

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, proximity_screen_lock_platform_interface

More

Packages that depend on proximity_screen_lock_ios