idcheckio 9.1.1 copy "idcheckio: ^9.1.1" to clipboard
idcheckio: ^9.1.1 copied to clipboard

A Flutter plugin used to integrate the IDCheck.io SDK in a flutter project.

This changelog covers the 9.x releases. Notes for the other maintained majors are on their own version pages.

9.1.1 #

  • NFC reading is now more reliable and consistent across devices and document types, with clearer errors and navigation on both platforms
  • New optional wording key axt_consent_etsi_purpose to display the identity verification purpose on the document list screen (ETSI mode). Nothing is displayed if the key is not overridden
  • SDK screens aligned with the design specifications on both platforms:
    • The close icon now only quits the SDK, back navigation always uses a chevron
    • Corrected titles, error screens, tips and animations
    • Wording fixes, including the French liveness instruction shown with the BioID provider
  • Fix verso capture failing on a specific French document
  • Android
    • ⚠️ Breaking: minSdk raised from 21 to 23 (Android 6.0). Your app minSdk must be raised before upgrading
    • ⚠️ Breaking: a new maven repository must be declared in your_app/android/build.gradle to resolve the io.idnow dependencies:
      maven {
          url "https://raw.githubusercontent.com/idnow/idnow-android-sdk/main"
          content {
              includeGroupByRegex("io\\.idnow.*")
          }
      }
      
    • New design system: Red Hat Display typeface and updated IDnow brand colors
    • New INVALID_CONFIGURATION error detail, returned with the CUSTOMER_ERROR cause
    • Fix selfie not being analyzed
    • Fix max-tries-quality-issues-before-capture limiting the number of liveness attempts with the Unissey provider
    • Fix crashes on camera zoom, process death and capture after the end of a session
  • iOS
    • Fix a crash during the liveness step with the Unissey provider
    • Fix texts truncated on some screens in languages other than French
    • Remove the close icon from the loading screen

9.1.0 #

  • New NFC library (activate with Customer Configuration flag)
  • Add possibility to hide the skip NFC button (by Customer Configuration flag)
    • ⚠️ It must be specified and discussed with the legal department
  • Allow multiple workspace by realm with workspace specified inside the token
  • Possibility to override all the SDK wordings inside Customer Configuration
  • Android
    • New resources exclusion line should be added:
      packaging {
        resources {
          excludes += "META-INF/versions/9/OSGI-INF/MANIFEST.MF"
        }
      }
      

9.0.3 #

  • Introduces Unissey translations
  • Introduces consent screen update
  • Introduces lottie animation delay
  • iOS: Fixes landscape mode sometimes not displayed as intended

9.0.2 #

  • Android: Fix SDK crashing when clicking on About data protection

9.0.1 #

  • Introduce Russian translations
  • Android: Fix a back issue on Liveness Tutorial screen

9.0.0 #

  • Theme customization has been removed from the SDK entrypoint and is now managed through customer conf
  • Essential accessibility features (TalkBack and VoiceOver) integrated with our Design System component level
1
likes
160
points
58
downloads

Documentation

API reference

Publisher

verified publisheridnow.io

Weekly Downloads

A Flutter plugin used to integrate the IDCheck.io SDK in a flutter project.

Homepage

License

BSD-3-Clause (license)

Dependencies

collection, flutter, plugin_platform_interface

More

Packages that depend on idcheckio

Packages that implement idcheckio