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-23 21:32:00 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ba52a620d79c4c2bb3c5c98971cd3ebad39856b
1ba52a62
1 parent
fc6b5c21
add changelog entry for corners
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
CHANGELOG.md
CHANGELOG.md
View file @
1ba52a6
...
...
@@ -9,6 +9,7 @@ Improvements:
*
The
`type` of `Phone`
is now non-null.
*
The
`width` and `height` of `BarcodeCapture`
are now non-null.
*
The
`BarcodeCapture` class now exposes a `size`
.
*
The list of
`corners` of a `Barcode`
is now non-null.
## 3.5.0
New Features:
...
...
@@ -26,6 +27,9 @@ Bugs fixed:
*
Fixed scan timeout not working on iOS. (thanks @navaronbracke !)
*
Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !)
*
Fixed a case of an unhandled exception when starting the scanner. (thanks @navaronbracke !)
*
Fixed the default values for the
`format` and `type`
arguments of the Barcode constructor.
These now use
`BarcodeFormat.unknown` and `BarcodeType.unknown`, rather than `BarcodeFormat.ean13` and `BarcodeType.text`
.
(thanks @navaronbracke !)
Improvements:
*
Improved MacOS memory footprint by using a background queue. (thanks @ryanduffyne !)
...
...
Please
register
or
login
to post a comment