Showing
4 changed files
with
13 additions
and
3 deletions
| 1 | +## 3.5.0 | ||
| 2 | +* Fixed the scan window calculation by reintroducing a LayoutBuilder. | ||
| 3 | +* Fixed the BarcodeCapture format on MacOS. | ||
| 4 | +* Fixed the timeout for scanning on MacOS. | ||
| 5 | +* Improve MacOS memory footprint using a background queue. | ||
| 6 | +* Added the option to switch between bundled and unbundled MLKit for Android. | ||
| 7 | +* Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22. | ||
| 8 | +* Fixed a crash on iOS when the device is nil. | ||
| 9 | +* Added the option to specify the camera resolution for Android. | ||
| 10 | + | ||
| 1 | ## 3.4.1 | 11 | ## 3.4.1 |
| 2 | Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility | 12 | Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility |
| 3 | 13 |
| @@ -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 = '3.2.0' | 7 | + s.version = '3.5.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 = '3.0.0' | 7 | + s.version = '3.5.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: 3.4.1 | 3 | +version: 3.5.0 |
| 4 | repository: https://github.com/juliansteenbakker/mobile_scanner | 4 | repository: https://github.com/juliansteenbakker/mobile_scanner |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
-
Please register or login to post a comment