pin_lock_screen 0.0.3 pin_lock_screen: ^0.0.3 copied to clipboard
Enhance your Flutter app's privacy and security with the pin_lock_screen package. Easily integrate a secure screen lock PIN feature, enabling users to protect sensitive content and features.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pin_lock_screen
With Flutter:
$ flutter pub add pin_lock_screen
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
pin_lock_screen: ^0.0.3
Alternatively, your editor might support dart pub get
or 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';