smile_id 10.0.5 smile_id: ^10.0.5 copied to clipboard
The Official Smile ID Flutter SDK
Changelog #
10.0.5 #
- Fixed a bug where Android builds would not compile when the partner app (or a library they
consume) also uses
Pigeon
under the hood - Bumped Android and iOS versions
10.0.4 #
- Support for Biometric KYC, exposed as a
SmileIDBiometricKYC
Widget
10.0.3 #
- Added
allowNewEnroll
on SmartSelfie, BiometricKYC, DocV and EnhancedDocV - [iOS] Fixed missing callbackUrl
10.0.2 #
- Bump iOS SDK to 10.0.2 to fix white cutout issue on iOS 14 devices
10.0.1 #
- Added
showInstructions
parameter to SmartSelfie Authentication - Fixed issue where
showInstructions
parameter was not respected on SmartSelfie Enrollment
10.0.0 #
- No changes
10.0.0-beta08 #
- Add networking APIs
10.0.0-beta07 #
- [Android] Added missing
showInstructions
on some Composables - [Android] Added missing proguard rule and updated consumer rules
- [Android] Added missing parameters on Fragments
- [Android] Fixed crash when duplicate images are attempted to be zipped
- [Android] Fixed a bug where some attributes passed in were not respected
- [Android] Fixed a bug when attempting to parcelize
SmileIDException
- [Android] Changed the OKHTTP call timeout to 60 seconds
- [Android] Rename
partnerParams
toextraPartnerParams
- [iOS] Consent Screen SwiftUI View
- [iOS] Biometric KYC no longer bundles the Consent Screen
- [iOS] Biometric KYC no longer bundles an ID Type selector or input
- [Flutter] Fixed broken json decoding
10.0.0-beta06 #
- [Android] Added
extras
as optional params on all job types - [Android] Added
idAuthorityBypassPhoto
on Sandbox BiometricKYC jobs - [Android] Added
allowAgentMode
option on Document Verification and Enhanced Document Verification - [Flutter] Fixed wrong iOS decoding bug on success
10.0.0-beta05 #
- [Android] Fixed retry document submission on failed document submission
- [Android] Fixed missing entered key in BiometricKYC
- [Android] Added jobId on SmartSelfieEnrollmentFragment and SmartSelfieAuthenticationFragment
- [Android] Added showInstructions on SmartSelfieEnrollmentFragment
- [Android] Fix bug where showAttirubtion was not respected on the Consent Denied screen
- [Android] Increased selfie capture resolution to 640px
- [Android] Fixed a bug where the document preview showed a black box for some older devices
10.0.0-beta04 #
- [Android] Fix bug where Composable state did not get reset
10.0.0-beta03 #
- Allow setEnvironment({required bool useSandbox}) to enable sandbox or production environment
- Allow setCallbackUrl({required Uri callbackUrl}) to set a callback url for all submitted jobs.
- Bug Fixes and Improvements from iOS v10.0.0-beta10 and Android v10.0.0-beta09
10.0.0-beta02 #
- Support for Document Verification, exposed as a
SmileIDDocumentVerification
Widget - Support for SmartSelfie Authentication, exposed as a
SmileIDSmartSelfieAuthentication
Widget
10.0.0-beta01 #
- Initial release
- Support for Enhanced KYC (Async)