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-08-20 12:35:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95f2a4f1c4cb31053bc898d16e0722b9bd6e0cb9
95f2a4f1
1 parent
7646e7c6
use a version range for package:web
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
CHANGELOG.md
ios/mobile_scanner.podspec
macos/mobile_scanner.podspec
pubspec.yaml
CHANGELOG.md
View file @
95f2a4f
## 5.2.1
*
Updates the
`package:web`
dependency to use a version range.
## 5.2.0
*
This release requires Flutter 3.22.0 and Dart 3.4.
...
...
ios/mobile_scanner.podspec
View file @
95f2a4f
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'5.2.
0
'
s
.
version
=
'5.2.
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 @
95f2a4f
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'5.2.
0
'
s
.
version
=
'5.2.
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 @
95f2a4f
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.2.
0
version
:
5.2.
1
repository
:
https://github.com/juliansteenbakker/mobile_scanner
screenshots
:
...
...
@@ -25,7 +25,7 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
plugin_platform_interface
:
^2.0.2
web
:
^1.0.0
web
:
"
>=0.5.1
<2.0.0"
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment