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-12-05 10:22:51 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9493a885ab7e338487e68e8c2657951437087f53
9493a885
1 parent
63ad5d7d
ci: revert constraint because of dependency
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
.github/workflows/flutter.yml
example/pubspec.yaml
.github/workflows/flutter.yml
View file @
9493a88
...
...
@@ -36,7 +36,7 @@ jobs:
-
uses
:
subosito/flutter-action@v2.12.0
with
:
cache
:
true
flutter-version
:
'
3.
0
.0'
flutter-version
:
'
3.
3
.0'
channel
:
'
stable'
-
name
:
Version
run
:
flutter doctor -v
...
...
example/pubspec.yaml
View file @
9493a88
...
...
@@ -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.17.0
<4.0.0"
flutter
:
"
>=3.0.0"
sdk
:
"
>=2.18.0
<4.0.0"
flutter
:
"
>=3.3.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
...
...
Please
register
or
login
to post a comment