pin_input_biometric_authenticator 0.0.3 copy "pin_input_biometric_authenticator: ^0.0.3" to clipboard
pin_input_biometric_authenticator: ^0.0.3 copied to clipboard

PlatformAndroid

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

2
likes
140
pub points
17%
popularity

Publisher

unverified uploader

A package for pin screen & biometric authentication in one package

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pin_input_biometric_authenticator