Navaron Bracke

prepare changelog for version 3.5.0

## 3.5.0
* Fixed the scan window calculation by reintroducing a LayoutBuilder.
* Fixed the BarcodeCapture format on MacOS.
* Fixed the timeout for scanning on MacOS.
* Improve MacOS memory footprint using a background queue.
* Added the option to switch between bundled and unbundled MLKit for Android.
* Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22.
* Fixed a crash on iOS when the device is nil.
* Added the option to specify the camera resolution for Android.
## 3.4.1
Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility
... ...
... ... @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mobile_scanner'
s.version = '3.2.0'
s.version = '3.5.0'
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.0.0'
s.version = '3.5.0'
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.4.1
version: 3.5.0
repository: https://github.com/juliansteenbakker/mobile_scanner
environment:
... ...