uqudosdk_op_flutter 2.6.1
uqudosdk_op_flutter: ^2.6.1 copied to clipboard
Uqudo SDK Flutter plugin.
2.6.1 #
- Fixed bug where the document quality detection was too senstive and therefore rejecting a lot of frames making it more difficult to scan the back side of RWA ID
2.6.0+1 #
- Fixed bug in the flutter plugin that prevent ios app to build successfully. The bug was introduced in version 2.6.0.
2.6.0 #
- Added new feature "Lookup Flow". The "Lookp Flow" it's the same as the "Enrollment Flow" with the only difference that the first step is not the automatic scanning of a document through the camera phone but the user is asked to manually type in some information of the document that can be used to perform the lookup on the government database. Only one document at the time is supported. Other features like facial recognition and background check can be enabled in the same way as per the "Enrollment Flow". Please check the integration documentation https://docs.uqudo.com/docs/uqudo-sdk/integration for details
- Improved document detection during scanning
- Improved id photo quality detection during scanning
- Minor improvements and minor bug fixes
2.5.4 #
- Fixed bug that was introduced in version 2.5.3 related to the reading module (NFC) for GHA ID
- Added driving license information for SAU ID reading module (NFC)
- Added full support for SAU DL (driving license)
2.5.3 #
- Significant improvements for the scanning part related to SAU_ID in order to support all the valid versions currently in use and to support all the variations possible for the residency card
- Added new document type SAU_ID_NATIONAL and SAU_ID_RESIDENT if you want to enforce only national ID for citizens or only national ID for residents
- Add new reading module (NFC) for Saudi ID, the latest version of the national id for citizens
- Significant improvements for the id photo quality detection during the scanning of the document
- Added new document type IND_PAN for Indian PAN card
- For iOS we made an important improvement for the NFC session management
2.5.2 #
- Added new document type QAT_DL for Qatar driving license
- Added new document type BHR_DL for Bahrain driving license
- Added new document type PHL_DL for Philippines driving license
- Added new document type RSL_ID for Somaliland national id
2.5.1 #
- Added new document type USA_DL for United States of America driving license
2.5.0 #
- Added new document type COD_VOTER_ID for Democratic Republic of the Congo driving license
- Added new document type OMN_DL for Oman driving license
- Added new document type OMN_VL for Oman vehicle license
- From this version on in the SDK result all the fields containing a date will have an additional field with the same name plus the suffix "Formatted" that will contain the same date formatted in ISO-8601 format, e.g. '2011-12-03'
- For Android we did a small change to make sure your application can build and run on x86_64 architecture. This will allow you to test your application on x86_64 emulator but the SDK part, armeabi-v7a and arm64-v8a remain the only supported architectures
- For iOS we made sure that portrait mode is always enforced
- For iOS fixed bug where an application applying the navigation bar appearance throughout the entire app using UINavigationBar.appearance() was affecting the SDK navigation bar layout
- For iOS we made sure to close any open NFC session after tapping the skip button
- Minor bug fixes and improvements
2.4.0 #
- Added new document type GBR_ID for UK resident id
- Added new document type COD_DL for Democratic Republic of the Congo driving license
- Improved glare detection during document scanning
- From this version on we will start using the Analytics feature of the SDK internally to push the events to our API. The feature will continue be available to your application as well, nothing has change in that regard. This will allow us in the future to provide to our customers accurate statistics of the onboarding flow. The data sent are totally anonuymous and don't include any personal data.
- Fixed issue in the reading module (NFC) for Bahrain ID that could potentially failing for some versions of the identity card
- Minor bug fixes and improvements
- For Android we pushed the target SDK to version 33
- For Android we updagraded a few dependencies including the camera library. The dependencies upgrade will require you to upgrade gradle to version 7.5
2.3.2+2 #
- Fixed bug in the flutter plugin that was raising an exception if the SDK tracing / analytics was enabled
2.3.2 #
- Fixed issue on the iOS SDK where the camera doesn't get activated when the scanner help page is disabled and the camera permission is given for the first time
2.3.1 #
- Fixed bug in the Face Session flow for iOS
2.3.0 #
- Added new document type DZA_ID (Algerian ID)
- Added new document type TUR_ID (Turkish ID)
- Added NFC support for Algerian ID
- Added NFC support for Turkish ID
- Improved quality detection during the scanning of the document
- Deprecated enableRootedDeviceUsage(), it is ignored from this version and no rooted device is allowed
- Minor bug fixes and improvements
2.2.1 #
- Minor bug fixes
2.2.0 #
- Added new document type Senegal National ID and Uganda Voter ID
- Added support to read the chip of Senegal ID through NFC
- Added new configuration option enableAgeVerification for the document scanning that allows to reject the scan if the age is not above or equals the one defined in the configuration
- We replaced the 5 images in the facial recognition popup when the face doesn't match. The images can now be replaced with your own images
- Improved glare detection during document scanning
- Removed additional dependency for the Android SDK
- Minor bug fixes and minor improvements