is_device_locked_karmm 0.0.1
is_device_locked_karmm: ^0.0.1 copied to clipboard
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_karmmThis 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.1Alternatively, 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';