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: flutter-hms-scan/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 2.1.0.300
2
+
* Nullsafety migration.
3
+
* Scan Kit SDK is updated to the newest version.
4
+
1
5
## 1.3.0.300
2
6
* Scan Kit SDK is updated to the newest version.
3
7
*[**Breaking Change**] HmsCustomizedView.startCustomizedView doesn't return ScanResponse anymore. All ScanResponse objects can be listenable from customizedCameraListener callback on CustomizedViewRequest.
Copy file name to clipboardExpand all lines: flutter-hms-scan/android/src/main/java/com/huawei/hms/flutter/scan/customizedview/CustomizedViewActivity.java
+21-18
Original file line number
Diff line number
Diff line change
@@ -69,19 +69,19 @@ public class CustomizedViewActivity extends Activity {
Copy file name to clipboardExpand all lines: flutter-hms-scan/android/src/main/java/com/huawei/hms/flutter/scan/customizedview/CustomizedViewMethodCallHandler.java
Copy file name to clipboardExpand all lines: flutter-hms-scan/android/src/main/java/com/huawei/hms/flutter/scan/multiprocessor/MultiProcessorActivity.java
Copy file name to clipboardExpand all lines: flutter-hms-scan/android/src/main/java/com/huawei/hms/flutter/scan/multiprocessor/MultiProcessorCamera.java
0 commit comments