kenal_ekyc_sdk 1.0.5
kenal_ekyc_sdk: ^1.0.5 copied to clipboard
Kenal eKYC SDK for Flutter applications
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.5 - 2025-06-12 #
Added #
- Added
onExceedMaxRetries
to handle cases where a user exceeds the maximum number of retries during the eKYC process. Returns a specific status and message.
1.0.4 - 2025-06-11 #
Added #
- Added support for
OnRenderProcessGone
to monitor and handle webview crashes more gracefully.
1.0.2 - 2025-05-09 #
Added #
- Added new error handling for
PermissionsNotGrantedError
to show a dialog when permissions are not granted. - Added
showPermissionDeniedDialog
method toKenalClient
for better user experience. - Added
loader
property toKenalWebView
to customize the loading indicator.
Removed #
- Removed unused microphone permission.