pin_lock_screen 0.0.5 copy "pin_lock_screen: ^0.0.5" to clipboard
pin_lock_screen: ^0.0.5 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.

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.5

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';
12
likes
0
pub points
73%
popularity

Publisher

verified publishertakipansari.com

Enhance your Flutter app's privacy and security with the pin_lock_screen package. Easily integrate a secure screen lock PIN feature.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pin_lock_screen