widget_toolkit_pin 0.0.2
widget_toolkit_pin: ^0.0.2 copied to clipboard
This package provide out of the box entering PIN code functionality, which can be used with biometric authentication.
0.0.2 #
- Upgrade major versions of dependencies:
theme_tailor
,theme_tailor_annotation
Breaking changes: #
- Added
light()
anddark()
constructors for each theme that previously has staticlight
anddark
fields - Removed static fields
light
anddark
for each of the themes
0.0.2-dev.7 #
- Fixes and improvements
0.0.2-dev.6 #
- Support flutter 3.19
0.0.2-dev.5 #
- Fix loading animation not being displayed when pin is submitted
- Update dependencies
0.0.2-dev.4 #
- Fix biometrics button being displayed when
biometricsLocalDataSource
is not provided - Update dependencies
0.0.2-dev.3 #
- Remove
isAuthenticatedWithBiometrics
andisPinCodeVerified
callbacks. - Add
onAuthenticated
callback.
0.0.2-dev.2 #
- Fix pin code auto submit, when biometrics authentication is disabled
0.0.2-dev.1 #
- Update
widget_toolkit
andwidget_toolkit_biometrics
dependencies - Update parameter
biometricsLocalDataSource
inPinCodeKeyboard
to be optional - Add option to disable biometrics authentication, when not required
0.0.1-dev2 #
- Requires Dart
3.0
- Update dependencies
0.0.1-dev1 #
- Initial release of widget_toolkit_pin,
- Includes the PinCodeKeyboard widget