issues
search
klippa-app
/
flutter-klippa-identity-verification-sdk
A Flutter plugin that implements the Klippa Identtiy Verification SDK for Android and iOS.
https://pub.dev/packages/klippa_identity_verification_sdk
MIT License
3
stars
1
forks
source link
Feature/0.7.0 support
#16
Closed
RobinFarmer
closed
1 year ago
RobinFarmer
commented
1 year ago
In preparation for 0.7.0 updated bindings.
In swift file changed logic to use
guard let
.
Added support for retryThreshold.
In kotlin used
?.let
instead of explicit null checking.
In preparation for 0.7.0 updated bindings.
guard let
.?.let
instead of explicit null checking.