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
Volodymyr Buberenko
2024-01-31 21:00:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-01-31 21:00:52 +0200
Commit
600b5de64e27b17e85616eba338998f62b2fe02b
600b5de6
1 parent
482c6fdf
Update CHANGELOG.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
13 deletions
CHANGELOG.md
CHANGELOG.md
View file @
600b5de
...
...
@@ -5,16 +5,12 @@ BREAKING CHANGES:
## 3.5.7
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
*
Updated js dependency together with other dependencies.
*
Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0.
## 3.5.6
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
*
[
web
]
Fixed a crash with the ZXing barcode format (thanks @hazzo!)
*
[
web
]
Fixed stream controller not being closed on web.
...
...
@@ -29,22 +25,16 @@ Improvements:
## 3.5.5
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
*
Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)
## 3.5.4
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
*
Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !)
## 3.5.2
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
*
Updated to
`play-services-mlkit-barcode-scanning`
version 18.3.0
...
...
@@ -57,8 +47,6 @@ Bugs fixed:
## 3.5.1
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
*
The
`type` of an `Address`
is now non-null.
*
The
`type` of an `Email`
is now non-null.
...
...
@@ -79,7 +67,7 @@ Bugs fixed:
## 3.5.0
NOTE: This version requires your project to have compileSDK 34 on Android
**NOTE: Since this release plugin requires your project to have compileSDK 34 (Android 14)**
New Features:
*
Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)
...
...
Please
register
or
login
to post a comment