uqudosdk_flutter 2.4.0+2 copy "uqudosdk_flutter: ^2.4.0+2" to clipboard
uqudosdk_flutter: ^2.4.0+2 copied to clipboard

outdated

Uqudo SDK Flutter plugin.

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