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-02-28 08:40:36 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f34f5224fc163bd0c470121a6b94ab7b53a60d1
5f34f522
1 parent
901161a9
bump Flutter to 3.19
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
.github/workflows/flutter.yml
CHANGELOG.md
example/pubspec.yaml
pubspec.yaml
.github/workflows/flutter.yml
View file @
5f34f52
...
...
@@ -36,7 +36,7 @@ jobs:
-
uses
:
subosito/flutter-action@v2.12.0
with
:
cache
:
true
flutter-version
:
'
3.1
3
'
flutter-version
:
'
3.1
9
'
channel
:
'
stable'
-
name
:
Version
run
:
flutter doctor -v
...
...
CHANGELOG.md
View file @
5f34f52
...
...
@@ -2,7 +2,7 @@
BREAKING CHANGES:
*
Flutter 3.1
6
.0 is now required.
*
Flutter 3.1
9
.0 is now required.
*
The
`width` and `height` of `BarcodeCapture` have been removed, in favor of `size`
.
*
The
`raw` attribute is now `Object?` instead of `dynamic`
, so that it participates in type promotion.
*
The
`MobileScannerArguments`
class has been removed from the public API, as it is an internal type.
...
...
example/pubspec.yaml
View file @
5f34f52
...
...
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version
:
0.0.1
environment
:
sdk
:
"
>=3.2.0
<4.0.0"
flutter
:
"
>=3.16.0"
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.19.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
...
...
pubspec.yaml
View file @
5f34f52
...
...
@@ -16,8 +16,8 @@ screenshots:
path
:
example/screenshots/overlay.png
environment
:
sdk
:
"
>=3.2.0
<4.0.0"
flutter
:
"
>=3.16.0"
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.19.0"
dependencies
:
flutter
:
...
...
@@ -25,7 +25,7 @@ dependencies:
flutter_web_plugins
:
sdk
:
flutter
plugin_platform_interface
:
^2.0.2
web
:
^0.
4.2
web
:
^0.
5.0
dev_dependencies
:
flutter_test
:
...
...
Please
register
or
login
to post a comment