pin_auth 0.0.1 copy "pin_auth: ^0.0.1" to clipboard
pin_auth: ^0.0.1 copied to clipboard

A Flutter plugin for secure PIN authentication with optional biometric fallback.

pin_auth #

A Flutter plugin for secure PIN-based authentication with optional biometric fallback.

Features #

  • Secure PIN storage using flutter_secure_storage
  • PIN verification UI
  • Biometric login (fingerprint, face ID) using local_auth

Getting Started #

PinAuthScreen(
  onSuccess: () => print("Success!"),
  onFailure: () => print("Failure!"),
);
0
likes
130
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for secure PIN authentication with optional biometric fallback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, local_auth

More

Packages that depend on pin_auth