is_device_locked_karmm 0.0.1 copy "is_device_locked_karmm: ^0.0.1" to clipboard
is_device_locked_karmm: ^0.0.1 copied to clipboard

PlatformAndroid

A Flutter package to determine if a device is locked or unlocked, providing essential security checks for applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add is_device_locked_karmm

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

dependencies:
  is_device_locked_karmm: ^0.0.1

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:is_device_locked_karmm/is_device_locked.dart';
import 'package:is_device_locked_karmm/is_device_locked_method_channel.dart';
import 'package:is_device_locked_karmm/is_device_locked_platform_interface.dart';
0
likes
150
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to determine if a device is locked or unlocked, providing essential security checks for applications.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on is_device_locked_karmm

Packages that implement is_device_locked_karmm