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-13 10:52:30 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7739f5fb2310755b723028184d90083bec9edfe5
7739f5fb
1 parent
d802051b
bump web to 1.0.0 & Flutter to 3.22
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
CHANGELOG.md
pubspec.yaml
CHANGELOG.md
View file @
7739f5f
## NEXT
*
This release requires Flutter 3.22.0 and Dart 3.4.
*
[
Android
]
Fixed a leak of the barcode scanner.
*
[
Android
]
Fixed a crash when encountering invalid numbers for the scan window.
*
[
Web
]
Migrates
`package:web`
to 1.0.0.
## 5.1.1
*
This release fixes an issue with automatic starts in the examples.
...
...
pubspec.yaml
View file @
7739f5f
...
...
@@ -16,8 +16,8 @@ screenshots:
path
:
example/screenshots/overlay.png
environment
:
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.19.0"
sdk
:
"
>=3.4.0
<4.0.0"
flutter
:
"
>=3.22.0"
dependencies
:
flutter
:
...
...
@@ -25,7 +25,7 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
plugin_platform_interface
:
^2.0.2
web
:
^
0.5.1
web
:
^
1.0.0
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment