Skip to content

Commit b38d978

Browse files
release of v7.0.0-beta.6
1 parent 8d4bdf2 commit b38d978

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
## NEXT
1+
## 7.0.0-beta.6
2+
3+
**BREAKING CHANGES:**
24

35
* This release requires Flutter 3.27.0 or higher.
4-
* Export the `MobileScannerViewAttributes` and `StartOptions` types, to allow them in tests.
56

67
Improvements:
78
* [Android] Added support for Impeller.
89
* [Apple] Added support for `rawBytes` from the Vision API observations.
10+
* Export the `MobileScannerViewAttributes` and `StartOptions` types, to allow them in tests.
911

1012
Bugs fixed:
1113
* [Apple] Fixed a bug that caused a crash when the capture session could not add the video input.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mobile_scanner
22
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: 7.0.0-beta.5
3+
version: 7.0.0-beta.6
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)