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

pin_lock_screen #

Pub Version GitHub License

A Flutter package to easily integrate screen lock PIN functionality into your application.

Features #

  • User-friendly PIN setup.
  • Customizable design to match your app's branding.
  • Secure encryption to protect user PIN data.
  • Flexible integration options.
  • Informative error handling.
  • Localization support for international users.

Getting Started #

Follow these steps to get started with pin_lock_screen:

alt text

1. Installation #

Add pin_lock_screen to your pubspec.yaml file:

dependencies:
  pin_lock_screen: ^latest_version

2. Usage #


import 'package:pin_lock_screen/pin_lock_screen.dart';

 PinLockScreen(
  correctPin: 1111,
  pinLength: 4,
  onPinMatched: (pin) {},
  onPinChanged: (pin) {},
  disableDotColor: Colors.yellow,
  wrongPinDotColor: Colors.red,
  filledPinDotColor: Colors.black,
  buttonElevation: 3,
  dotsShape: BoxShape.rectangle,
  gapBtwDotsAndNumPad: 100,
  buttonBackgroundColor: Colors.cyan,
  buttonForegroundColor: Colors.white,
  buttonBorderRadius: 12,
  buttonSize: const Size(80.0, 80.0),
  numPadVerticalSpacing: 30,
 numPadHorizontalSpacing: 20,
)
11
likes
150
pub points
63%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on pin_lock_screen