Navaron Bracke

prepare release 3.5.6

## NEXT
## 3.5.6
Bugs fixed:
* [web] Fixed a crash with the ZXing barcode format (@thanks @hazzo!)
* [web] Fixed stream controller not being closed on web.
* [iOS] Fixed a crash with unsupported torch modes. (thanks @navaronbracke !)
* [iOS] Fixed a crash with the camera discovery session. (thanks @navaronbracke !)
Improvements:
* Fixed stream controller not being closed on web.
* Upgrade camera dependencies on Android.
* Check if torch mode is supported on iOS
* Upgrade compileSdk version to 34 on Android.
* Add nrOfCameras parameter in MobileScannerArguments callback, which shows how many cameras there are available on Android.
* [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true.
* [iOS] Added new CameraSelector
## 3.5.5
Bugs fixed:
... ...
... ... @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '3.5.5'
s.version = '3.5.6'
s.summary = 'An universal scanner for Flutter based on MLKit.'
s.description = <<-DESC
An universal scanner for Flutter based on MLKit.
... ...
... ... @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '3.5.5'
s.version = '3.5.6'
s.summary = 'An universal scanner for Flutter based on MLKit.'
s.description = <<-DESC
An universal scanner for Flutter based on MLKit.
... ...
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: 3.5.5
version: 3.5.6
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
... ...