pin_input_biometric_authenticator

Last updated:

0 purchases

pin_input_biometric_authenticator Image
pin_input_biometric_authenticator Images
Add to Cart

Description:

pin input biometric authenticator

Flutter Pin screen with Biometric Authenticator

Flutter package to create easily on screen pin input with biometric authentication.for Biometric its use Native SDK
Disclaimer : As of Now Only support for Android Platform



Android
iOS
MacOS
Web
Linux
Windows













Feature #

Pin input
Biometric Authentication
Latest Native sdk support

Demo #
In the below gif you can see the Black screen , it's happens when I tap the biometric icon on the screen.
screen recorders cannot get catch due to underlaying OS restrictions.

Usage #
first add the biometric permission to AndroidManifest.xml file
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
<manifest>

copied to clipboard
PinScreenWithBiometric class to implement.
//implementation
PinScreenWithBiometric(
controller: textEditingController,
textFieldLength: 4,
authResultCallBack: (bool? result) {
debugPrint("BIOMETRIC RESULT IS `$result`");
},
),

copied to clipboard
Additional information #
Welcome for Contribution
License #
This package is licensed under the MIT license. See LICENSE for details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.