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

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

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 security of your app by allowing users to set and require a PIN to access sensitive content or features.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pin_lock_screen