Skip to content

Commit 66ddf9d

Browse files
release of v7.1.0
1 parent 1c3a21e commit 66ddf9d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
## NEXT
2-
3-
**BREAKING CHANGES**
4-
5-
* [iOS] Increased minimum os level to 13 due to Flutter requirements.
6-
* [macOS] Increased minimum os level to 10.15 due to Flutter requirements.
1+
## 7.1.0
72

83
**Highlights**
94

@@ -12,6 +7,8 @@
127

138
**Bug Fixes and Improvements**
149

10+
* [iOS] Increased minimum os level to 13 due to Flutter requirements.
11+
* [macOS] Increased minimum os level to 10.15 due to Flutter requirements.
1512
* [Android] Update to Java 17, and update other dependencies.
1613
* [Apple] Improved fallback for when camera is not found.
1714
* Added a `Barcode.scaleCorners()` method.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mobile_scanner
22
description: A universal Flutter barcode and QR code scanner using CameraX/ML Kit for Android, AVFoundation/Apple Vision for iOS & macOS, and ZXing for web.
3-
version: 7.0.1
3+
version: 7.1.0
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)