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-13 15:15:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce4ba75d74f4745d97bb5960fcadd594b42762ac
ce4ba75d
1 parent
690a331f
prepare changelog for version 3.5.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
CHANGELOG.md
ios/mobile_scanner.podspec
macos/mobile_scanner.podspec
pubspec.yaml
CHANGELOG.md
View file @
ce4ba75
## 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
...
...
ios/mobile_scanner.podspec
View file @
ce4ba75
...
...
@@ -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.
...
...
macos/mobile_scanner.podspec
View file @
ce4ba75
...
...
@@ -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.
...
...
pubspec.yaml
View file @
ce4ba75
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
:
...
...
Please
register
or
login
to post a comment