1.2.0 (Feb 23 2022)
- Added option to separate
IdScan
module into three segments - Front capture, Back capture and newly introducedProcessId
module.onIdValidationCompleted
callback now split intoonIdFrontCompleted
,onIdBackCompleted
andonIdProcessed
. Added more data in the ID capture results, such ascropeedFace
,chosenIdType
andclassifiedIdType
. DocumentScan
module now supportsaddressStatement
,medicalDoc
,paymentProof
,otherDocument1
,otherDocument2
.DocumentScanResult
now containsimage
,documentType
that was selected,address
that contains parsed OCR data in case ofaddressStatement
, andocrData
that contains full OCR data.
Using iOS 4.1.1-d, Android 4.3.1
1.1.0 (Jan 18 2022)
- Added switching between
Capture only
andStandard
SDK mode viasetSdkMode
method. - Added Sections API that allows more flexibile onboarding flow that can be split in multiple sections
- Added Modules -
Signature
,Document Scan
,Captcha
,CURP
- Added Theme Customization via
setTheme
method that accepts JSON in order to change theme on iOS platform. For Android please use this guide: https://github.com/Incode-Technologies-Example-Repos/Incode-Welcome-Android-example/blob/master/docs/markdown/USER_GUIDE_CUSTOMIZATION.md
1.0.0
- Initial Flutter IncodeOnboarding SDK release