Showing
4 changed files
with
8 additions
and
5 deletions
| 1 | -## 5.2.4 | 1 | +## 6.0.0 |
| 2 | + | ||
| 3 | +**BREAKING CHANGES:** | ||
| 2 | 4 | ||
| 3 | * [iOS] iOS 15.5.0 is now the minimum supported iOS version. | 5 | * [iOS] iOS 15.5.0 is now the minimum supported iOS version. |
| 6 | +* [iOS] Updates MLKit to version 7.0.0. | ||
| 7 | +* [iOS] Updates the minimum supported XCode version to 15.3.0. | ||
| 4 | 8 | ||
| 5 | Improvements: | 9 | Improvements: |
| 6 | -* [iOS] Updates MLkit to the latest release. | ||
| 7 | * [MacOS] Added the corners and size information to barcode results. | 10 | * [MacOS] Added the corners and size information to barcode results. |
| 8 | * [MacOS] Added support for `analyzeImage`. | 11 | * [MacOS] Added support for `analyzeImage`. |
| 9 | * [MacOS] Added a Privacy Manifest. | 12 | * [MacOS] Added a Privacy Manifest. |
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | # | 4 | # |
| 5 | Pod::Spec.new do |s| | 5 | Pod::Spec.new do |s| |
| 6 | s.name = 'mobile_scanner' | 6 | s.name = 'mobile_scanner' |
| 7 | - s.version = '5.2.4' | 7 | + s.version = '6.0.0' |
| 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' | 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' |
| 9 | s.description = <<-DESC | 9 | s.description = <<-DESC |
| 10 | An universal scanner for Flutter based on MLKit. | 10 | An universal scanner for Flutter based on MLKit. |
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | # | 4 | # |
| 5 | Pod::Spec.new do |s| | 5 | Pod::Spec.new do |s| |
| 6 | s.name = 'mobile_scanner' | 6 | s.name = 'mobile_scanner' |
| 7 | - s.version = '5.2.4' | 7 | + s.version = '6.0.0' |
| 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' | 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' |
| 9 | s.description = <<-DESC | 9 | s.description = <<-DESC |
| 10 | An universal scanner for Flutter based on MLKit. | 10 | An universal scanner for Flutter based on MLKit. |
| 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: 5.2.4 | 3 | +version: 6.0.0 |
| 4 | repository: https://github.com/juliansteenbakker/mobile_scanner | 4 | repository: https://github.com/juliansteenbakker/mobile_scanner |
| 5 | 5 | ||
| 6 | screenshots: | 6 | screenshots: |
-
Please register or login to post a comment