You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I would like to have more control over how to show the various components in widget_toolkit_pin, with widgets which I can put on a page wherever I want while achieving the intended functionality.
ACs:
Add & export PinCodeProvider wrapper for the widgets which will create & provide PinCodeBloc to it’s descendants
add PinCodeService pinCodeService parameter
add BiometricsLocalDataSource? biometricsLocalDataSource parameter in case of using biometrics
add String? localizedBiometricsReason parameter in case of using biometrics
add Function(dynamic)? onAuthenticated parameter
Export PinCodeKeyboard widget:
emit current input pin to PinCodeBloc
add PinCodeCustomKey? deleteKeyButton parameter
add bool? isDisabled as a parameter, or from PinCodeBloc as default while loading
Add & export PinCodeMaskedKeys widget:
add int? currentPinLength as a parameter, or from PinCodeBloc as default
add bool? isLoading as a parameter, or from PinCodeBloc as default
Add & export PinCodeError widget:
add ErrorModel? error as a parameter, or from PinCodeBloc as default
As a developer, I would like to have more control over how to show the various components in
widget_toolkit_pin
, with widgets which I can put on a page wherever I want while achieving the intended functionality.ACs:
PinCodeProvider
wrapper for the widgets which will create & providePinCodeBloc
to it’s descendantsPinCodeService pinCodeService
parameterBiometricsLocalDataSource? biometricsLocalDataSource
parameter in case of using biometricsString? localizedBiometricsReason
parameter in case of using biometricsFunction(dynamic)? onAuthenticated
parameterPinCodeKeyboard
widget:PinCodeBloc
PinCodeCustomKey? deleteKeyButton
parameterbool? isDisabled
as a parameter, or fromPinCodeBloc
as default while loadingPinCodeMaskedKeys
widget:int? currentPinLength
as a parameter, or fromPinCodeBloc
as defaultbool? isLoading
as a parameter, or fromPinCodeBloc
as defaultPinCodeError
widget:ErrorModel? error
as a parameter, or fromPinCodeBloc
as defaultString Function(Object error) translateError
parameterEstimate: 28h
The text was updated successfully, but these errors were encountered: