Skip to content

Commit

Permalink
release of v7.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Oct 28, 2024
1 parent bdc6d03 commit 3cb016d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
## 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

This version replaces MLKit on iOS with Apple's Vision API and merges the iOS and MacOS sources.
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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3cb016d

Please sign in to comment.