Skip to content

Releases: iProov/flutter

5.0.2

16 Aug 10:12
Compare
Choose a tag to compare
  • Upgrading Example(Android) App to Gradle 8 for improved performance and maintainability.

Android

  • Added namespace field to Gradle build configuration.

5.0.1

13 Aug 10:43
Compare
Choose a tag to compare
  • An else branch has been added to the when expression to ensure it handles all possible cases, preventing potential crashes.

5.0.0

26 Jul 10:29
Compare
Choose a tag to compare

iOS

  • Upgraded SDK to v12.0.0.
  • Requires iOS 13 and above

Android

  • Upgraded SDK to v10.0.0.
  • Requires Android API Level 26 (Android 8 Oreo) and above

4.0.4

05 Jul 12:44
Compare
Choose a tag to compare

Added additionalOptions parameter to getToken() in the Dart API client.

4.0.3

28 Jun 13:48
Compare
Choose a tag to compare

Flutter

  • New UI Event API

iOS

Android

4.0.2

19 Feb 16:23
Compare
Choose a tag to compare

Upgrade Flutter SDK to use the latest native versions which include the new certificates

  • Upgrade iOS to 11.0.3
  • Upgrade Android to 9.0.3

4.0.1

02 Nov 15:57
Compare
Choose a tag to compare
  • The certificates option is now List<String>?. The base64-encoded SHA-256 hash of a certificate's Subject Public Key Info is used to add a certificate.
  • Removed unnecessary meta library

4.0.0

23 Oct 13:51
Compare
Choose a tag to compare

Flutter

  • The following Options have been removed:
    • faceDetector, maxPitch, maxYaw and maxRaw
  • UserTimeout exception has been added to IProovException
  • IProov.Canceller becomes IProov.Canceler
  • IProov.cancel() can now be used to cancel a claim

iOS

  • Upgraded SDK to v11.0.0.
  • Requires iOS 12.0 and above

Android

3.2.0

02 Aug 08:02
Compare
Choose a tag to compare

Flutter

  • Declared support for Dart 3.
  • Dependency on image package upgraded to 4.0.0
  • Added copyWith() implementation to Options.
  • Options classes are now marked https://github.com/immutable.

iOS

Android