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
2024-05-06 17:03:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b0d6f98568add79a808a238bc2fa97bea693a64a
b0d6f985
1 parent
f5caa9f6
bump version
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
CHANGELOG.md
ios/mobile_scanner.podspec
macos/mobile_scanner.podspec
pubspec.yaml
CHANGELOG.md
View file @
b0d6f98
## 5.1.1
*
This release fixes an issue with automatic starts in the examples.
## 5.1.0
This updates reverts a few breaking changes made in v5.0.0 in order to keep things simple.
...
...
ios/mobile_scanner.podspec
View file @
b0d6f98
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'5.
0.2
'
s
.
version
=
'5.
1.1
'
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 @
b0d6f98
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'5.
0.2
'
s
.
version
=
'5.
1.1
'
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 @
b0d6f98
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
:
5.1.
0
version
:
5.1.
1
repository
:
https://github.com/juliansteenbakker/mobile_scanner
screenshots
:
...
...
Please
register
or
login
to post a comment