Skip to content

Commit

Permalink
chore: 🚀 update version of flutter to 3.10.0 and dart to 3.0.0
Browse files Browse the repository at this point in the history
test

upgrade to 3.10.0

a
  • Loading branch information
dhiyaaulauliyaa committed Apr 17, 2024
1 parent 4dc34dc commit d75511d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.3.10"
flutter-version: "3.10.0"
- run: flutter pub get
- uses: dart-lang/setup-dart@v1
- name: Publish
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ platforms:
windows:

environment:
sdk: '>=2.19.0 <4.0.0'
flutter: ">=1.17.0"
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down

0 comments on commit d75511d

Please sign in to comment.