Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-20 20:06:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
14907210de6e912802ff3d620016ad6a49601071
14907210
1 parent
ce4ba75d
adjust changelog with newer fixes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
9 deletions
CHANGELOG.md
CHANGELOG.md
View file @
1490721
## 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.
New Features:
*
Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)
*
Added the option to specify the camera resolution for Android. (thanks @EArminjon !)
Bugs fixed:
*
Fixed the scan window calculation taking into account the widget coordinates, instead of the screen coordinates. (thanks @jlin5 !)
*
Fixed the scan window calculation returning wrong results. (thanks @MBulli !)
*
Fixed the BarcodeCapture format on MacOS. (thanks @ryanduffyne !)
*
Fixed the timeout for scanning on MacOS. (thanks @ryanduffyne !)
*
Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22. (thanks @vbuberen !)
*
Fixed images on iOS being rotated, resulting in bad detection rates. (thanks @EArminjon !)
*
Fixed scan timeout not working on iOS. (thanks @navaronbracke !)
*
Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !)
Improvements:
*
Improved MacOS memory footprint by using a background queue. (thanks @ryanduffyne !)
## 3.4.1
Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility
*
Changed MediaQuery.sizeOf(context) to of(context).size for compatibility with older Flutter versions.
## 3.4.0
New Features:
...
...
Please
register
or
login
to post a comment