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
2024-01-29 10:32:26 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fad2844d57f43e47784942b65fe4c8b6e294ed4
7fad2844
1 parent
3dc5e0a4
imp: change constraints to correct versions
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
CHANGELOG.md
example/pubspec.yaml
pubspec.yaml
CHANGELOG.md
View file @
7fad284
## 4.0.0
BREAKING CHANGES:
*
[
Android
]
compileSdk has been upgraded to version 34.
*
[
Android
]
Java version has been upgraded to version 17.
## 3.5.7
Improvements:
*
Updated js dependency together with other dependencies.
...
...
example/pubspec.yaml
View file @
7fad284
...
...
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version
:
0.0.1
environment
:
sdk
:
"
>=2.19.0
<4.0.0"
flutter
:
"
>=3.7.0"
sdk
:
"
>=3.1.0
<4.0.0"
flutter
:
"
>=3.13.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 @
7fad284
...
...
@@ -18,8 +18,8 @@ screenshots:
path
:
example/screenshots/overlay.png
environment
:
sdk
:
"
>=2.17.0
<4.0.0"
flutter
:
"
>=3.0.0"
sdk
:
"
>=3.1.0
<4.0.0"
flutter
:
"
>=3.13.0"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment