Julian Steenbakker

release of v3.0.0-beta.1

1 -## 3.0.0 1 +## 3.0.0-beta.1
2 Breaking changes: 2 Breaking changes:
3 * [Android] SDK updated to SDK 33. 3 * [Android] SDK updated to SDK 33.
4 4
  5 +Features:
  6 +* [Web] Add binaryData for raw value.
  7 +* [iOS] Captures the last scanned barcode with Barcode.image.
  8 +* [iOS] Add support for multiple formats on iOS with BarcodeScannerOptions.
  9 +* Add displayValue which returns barcode value in a user-friendly format.
  10 +* Add autoResume option to MobileScannerController which automatically resumes the camera when the application is resumed
  11 +
5 Other changes: 12 Other changes:
6 * [Android] Revert camera2 dependency to stable release 13 * [Android] Revert camera2 dependency to stable release
7 * [iOS] Update barcode scanning library to latest version 14 * [iOS] Update barcode scanning library to latest version
  15 +* Several minor code improvements
8 16
9 ## 2.0.0 17 ## 2.0.0
10 Breaking changes: 18 Breaking changes:
1 name: mobile_scanner 1 name: mobile_scanner
2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. 2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3 -version: 2.0.0 3 +version: 3.0.0-beta.1
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
6 environment: 6 environment: