Showing
4 changed files
with
10 additions
and
8 deletions
| 1 | -## NEXT | 1 | +## 3.5.6 |
| 2 | +Bugs fixed: | ||
| 3 | +* [web] Fixed a crash with the ZXing barcode format (@thanks @hazzo!) | ||
| 4 | +* [web] Fixed stream controller not being closed on web. | ||
| 5 | +* [iOS] Fixed a crash with unsupported torch modes. (thanks @navaronbracke !) | ||
| 6 | +* [iOS] Fixed a crash with the camera discovery session. (thanks @navaronbracke !) | ||
| 7 | + | ||
| 2 | Improvements: | 8 | Improvements: |
| 3 | -* Fixed stream controller not being closed on web. | ||
| 4 | * Upgrade camera dependencies on Android. | 9 | * Upgrade camera dependencies on Android. |
| 5 | -* Check if torch mode is supported on iOS | ||
| 6 | * Upgrade compileSdk version to 34 on Android. | 10 | * Upgrade compileSdk version to 34 on Android. |
| 7 | * Add nrOfCameras parameter in MobileScannerArguments callback, which shows how many cameras there are available on Android. | 11 | * Add nrOfCameras parameter in MobileScannerArguments callback, which shows how many cameras there are available on Android. |
| 8 | * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true. | 12 | * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true. |
| 9 | -* [iOS] Added new CameraSelector | ||
| 10 | - | ||
| 11 | 13 | ||
| 12 | ## 3.5.5 | 14 | ## 3.5.5 |
| 13 | Bugs fixed: | 15 | Bugs fixed: |
| @@ -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.5.5' | 7 | + s.version = '3.5.6' |
| 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.5.5' | 7 | + s.version = '3.5.6' |
| 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.5.5 | 3 | +version: 3.5.6 |
| 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