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