Releases: iProov/flutter
Releases · iProov/flutter
5.0.2
5.0.1
- An
else
branch has been added to thewhen
expression to ensure it handles all possible cases, preventing potential crashes.
5.0.0
4.0.4
Added additionalOptions
parameter to getToken()
in the Dart API client.
4.0.3
4.0.2
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
- The
certificates
option is nowList<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
Flutter
- The following
Options
have been removed:faceDetector
,maxPitch
,maxYaw
andmaxRaw
UserTimeout
exception has been added toIProovException
IProov.Canceller
becomesIProov.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
- Upgraded SDK to v9.0.1.
3.2.0
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
- Upgraded SDK to v10.3.0.
Android
- Upgraded SDK to v8.5.0.