Navaron Bracke

adjust changelog with newer fixes

1 ## 3.5.0 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. 2 +New Features:
  3 +* Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)
  4 +* Added the option to specify the camera resolution for Android. (thanks @EArminjon !)
  5 +
  6 +Bugs fixed:
  7 +* Fixed the scan window calculation taking into account the widget coordinates, instead of the screen coordinates. (thanks @jlin5 !)
  8 +* Fixed the scan window calculation returning wrong results. (thanks @MBulli !)
  9 +* Fixed the BarcodeCapture format on MacOS. (thanks @ryanduffyne !)
  10 +* Fixed the timeout for scanning on MacOS. (thanks @ryanduffyne !)
  11 +* Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22. (thanks @vbuberen !)
  12 +* Fixed images on iOS being rotated, resulting in bad detection rates. (thanks @EArminjon !)
  13 +* Fixed scan timeout not working on iOS. (thanks @navaronbracke !)
  14 +* Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !)
  15 +
  16 +Improvements:
  17 +* Improved MacOS memory footprint by using a background queue. (thanks @ryanduffyne !)
10 18
11 ## 3.4.1 19 ## 3.4.1
12 -Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility 20 +* Changed MediaQuery.sizeOf(context) to of(context).size for compatibility with older Flutter versions.
13 21
14 ## 3.4.0 22 ## 3.4.0
15 New Features: 23 New Features: