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-11-27 16:44:26 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1fd332c43ea7ff8939140f7a8aa9db9ab0dfa67e
1fd332c4
1 parent
54fb81b7
release v3.5.5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
CHANGELOG.md
ios/mobile_scanner.podspec
macos/mobile_scanner.podspec
pubspec.yaml
CHANGELOG.md
View file @
1fd332c
## 3.5.5
Bugs fixed:
*
Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)
## 3.5.4
Bugs fixed:
*
Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !)
...
...
ios/mobile_scanner.podspec
View file @
1fd332c
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'3.5.
4
'
s
.
version
=
'3.5.
5
'
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 @
1fd332c
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'3.5.
4
'
s
.
version
=
'3.5.
5
'
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 @
1fd332c
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.5.
4
version
:
3.5.
5
repository
:
https://github.com/juliansteenbakker/mobile_scanner
environment
:
...
...
Please
register
or
login
to post a comment