Skip to content

Releases: iProov/flutter

4.0.2

19 Feb 16:23

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

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

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

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