screen_lock_checker 0.1.0 copy "screen_lock_checker: ^0.1.0" to clipboard
screen_lock_checker: ^0.1.0 copied to clipboard

A plugin for checking whether the device has a screen lock enabled.

ScreenLockChecker #

pub.dev github likes downloads pub points license buy me a coffee

If you like this package, please like it on pub.dev and star it on GitHub. #

ScreenLockChecker is a plugin for checking whether the device has a screen lock enabled.

Usage #

import 'package:screen_lock_checker/screen_lock_checker.dart';
...
    
final screenLockChecker = ScreenLockChecker();

final isScreenLockEnabled = await screenLockChecker.isScreenLockEnabled();
5
likes
160
points
230
downloads

Publisher

verified publishersplashbyte.dev

Weekly Downloads

A plugin for checking whether the device has a screen lock enabled.

Repository (GitHub)
View/report issues

Topics

#device #security #information #utils

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_lock_checker