From 3cb016d1de57f3f27b4c7489b796b8c3f7d0d569 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Mon, 28 Oct 2024 16:14:58 +0100 Subject: [PATCH] release of v7.0.0-beta.2 --- CHANGELOG.md | 17 ++++++++++++----- pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd7ac7ca..b07331519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -## NEXT +## 7.0.0-beta.2 Improvements: * [iOS] Adds support for Swift Package Manager. +* [Apple] Fixes zoom slider +* Fixed torch at start not working +* Fixed scanWindow not being correct +* Fixed barcode overlay not being correct + +Known issues: +* BoxFit.cover & BoxFit.fitHeight produces wrong width in barcodeOverlay ## 7.0.0-beta.1 @@ -9,10 +16,10 @@ This version replaces MLKit on iOS with Apple's Vision API and merges the iOS an The requirement for the minimum iOS version has been relaxed back down to iOS 12.0. There are still some problems with this build. -- Zoom slider not working -- scanWindow not working -- Flash shows briefly when starting scanner. -- Other issues, not fully tested yet. +* Zoom slider not working +* scanWindow not working +* Flash shows briefly when starting scanner. +* Other issues, not fully tested yet. ## 6.0.2 diff --git a/pubspec.yaml b/pubspec.yaml index 9618a08d3..2f417f4d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mobile_scanner 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. -version: 7.0.0-beta.1 +version: 7.0.0-beta.2 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: