pin_lock_screen 0.0.2
pin_lock_screen: ^0.0.2 copied to clipboard
Easily integrate a secure screen lock PIN feature into your Flutter application with the pin_lock_screen package. This versatile package provides a seamless solution for enhancing the privacy and secu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pin_lock_screenThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pin_lock_screen: ^0.0.2Alternatively, 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:pin_lock_screen/pin_lock_screen.dart';