You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# iProov Biometrics Flutter SDK
2
2
3
+
## 3.2.0
4
+
5
+
iProov Biometrics Flutter SDK v3.2.0 includes the following changes
6
+
7
+
### Flutter
8
+
9
+
- Declared support for Dart 3.
10
+
- Dependency on [image](https://pub.dev/packages/image) package upgraded to 4.0.0
11
+
- Added `copyWith()` implementation to `Options`.
12
+
-`Options` classes are now marked `@immutable`.
13
+
14
+
### iOS
15
+
16
+
* Upgraded SDK to [v10.3.0](https://github.com/iProov/ios/releases/tag/10.3.0).
17
+
18
+
### Android
19
+
20
+
* Upgraded SDK to [v8.5.0](https://github.com/iProov/android/releases/tag/v8.5.0).
21
+
22
+
### API Client
23
+
24
+
- All methods now have named parameters.
25
+
-`enrolPhotoAndGetVerifyToken()` now supports passing assurance type.
26
+
3
27
## 3.1.1
4
28
5
29
iProov Biometrics Flutter SDK v3.1.1 includes an additional certificate added to the default certificate pinning, to support beyond Dec 2023.
@@ -31,6 +55,25 @@ Please consult the [Upgrade Guide](https://github.com/iProov/flutter/wiki/Upgrad
31
55
* Upgraded SDK to [v8.3.0](https://github.com/iProov/android/releases/tag/v8.3.0).
32
56
33
57
58
+
## 3.1.0
59
+
60
+
iProov SDK Biometrics Flutter SDK v3.1.0 includes bug fixes
61
+
62
+
Please consult the [Upgrade Guide](https://github.com/iProov/flutter/wiki/Upgrade-Guide#upgrading-to-v30) for detailed instructions on how to upgrade to this new version.
63
+
64
+
### Flutter
65
+
66
+
* Fix how `feedbackCode`, `reason` and `frame` values are returned by `IProovEventFailure`, and value `frame` by `IProovEventSucces` in the Android side.
67
+
68
+
### iOS
69
+
70
+
* Upgraded SDK to [v10.1.2](https://github.com/iProov/ios/releases/tag/10.1.2).
71
+
72
+
### Android
73
+
74
+
* Upgraded SDK to [v8.3.0](https://github.com/iProov/android/releases/tag/v8.3.0).
75
+
76
+
34
77
## 3.0.0
35
78
36
79
iProov SDK Biometrics Flutter SDK v3.0.0 is a major update which includes a number of improvements and breaking changes.
0 commit comments