Navaron Bracke

update changelog

  1 +## NEXT
  2 +
  3 +* [MacOS] Added the corners and size information to barcode results.
  4 +* [MacOS] Added support for `analyzeImage`.
  5 +* [web] Added the size information to barcode results.
  6 +* Added support for barcode formats to image analysis.
  7 +
1 ## 5.2.3 8 ## 5.2.3
2 9
3 Deprecations: 10 Deprecations:
@@ -35,7 +35,7 @@ See the example app for detailed implementation information. @@ -35,7 +35,7 @@ See the example app for detailed implementation information.
35 35
36 | Features | Android | iOS | macOS | Web | 36 | Features | Android | iOS | macOS | Web |
37 |------------------------|--------------------|--------------------|----------------------|-----| 37 |------------------------|--------------------|--------------------|----------------------|-----|
38 -| analyzeImage (Gallery) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | 38 +| analyzeImage (Gallery) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
39 | returnImage | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | 39 | returnImage | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
40 | scanWindow | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | 40 | scanWindow | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
41 41
@@ -174,7 +174,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> { @@ -174,7 +174,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
174 /// 174 ///
175 /// The [path] points to a file on the device. 175 /// The [path] points to a file on the device.
176 /// 176 ///
177 - /// This is only supported on Android and iOS. 177 + /// This is only supported on Android, iOS and MacOS.
178 /// 178 ///
179 /// Returns the [BarcodeCapture] that was found in the image. 179 /// Returns the [BarcodeCapture] that was found in the image.
180 Future<BarcodeCapture?> analyzeImage(String path) { 180 Future<BarcodeCapture?> analyzeImage(String path) {