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
Julian Steenbakker
2023-03-29 22:54:29 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
040c84eff12ae14896fa1d2b0e2c69d7f942b939
040c84ef
1 parent
64c03eeb
imp: upgrade GoogleMLKit/BarcodeScanning to 4.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
CHANGELOG.md
ios/mobile_scanner.podspec
pubspec.yaml
CHANGELOG.md
View file @
040c84e
## NEXT
Improvements:
*
[
iOS
]
Updated GoogleMLKit/BarcodeScanning to 4.0.0
## 3.1.1
Bugs fixed:
*
[
iOS
]
Fixed a bug that caused a crash when switching from camera.
...
...
ios/mobile_scanner.podspec
View file @
040c84e
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'3.
0
.0'
s
.
version
=
'3.
2
.0'
s
.
summary
=
'An universal scanner for Flutter based on MLKit.'
s
.
description
=
<<-
DESC
An universal scanner for Flutter based on MLKit.
...
...
@@ -15,7 +15,7 @@ An universal scanner for Flutter based on MLKit.
s
.
source
=
{
:path
=>
'.'
}
s
.
source_files
=
'Classes/**/*'
s
.
dependency
'Flutter'
s
.
dependency
'GoogleMLKit/BarcodeScanning'
,
'~>
3.2
.0'
s
.
dependency
'GoogleMLKit/BarcodeScanning'
,
'~>
4.0
.0'
s
.
platform
=
:ios
,
'11.0'
s
.
static_framework
=
true
# Flutter.framework does not contain a i386 slice.
...
...
pubspec.yaml
View file @
040c84e
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.
1.1
version
:
3.
2.0
repository
:
https://github.com/juliansteenbakker/mobile_scanner
environment
:
...
...
Please
register
or
login
to post a comment