pin_input_biometric_authenticator 0.0.3
pin_input_biometric_authenticator: ^0.0.3 copied to clipboard
A package for pin screen & biometric authentication in one package
Pin authenticator on Screen with biometric authentication
Disclaimer :As of Now Only support for Android Platform
Below is example project overview
Usage #
PinScreenWithBiometric class to implement.
//implementation
PinScreenWithBiometric(
controller: textEditingController,
textFieldLength: 4,
authResultCallBack: (bool? result) {
debugPrint("BIOMETRIC RESULT IS `$result`");
},
),
Additional information #
Welcome for Contribution