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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_lock_checker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  screen_lock_checker: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:screen_lock_checker/screen_lock_checker.dart';
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