Skip to content

Commit 2bf4b4f

Browse files
committed
fix: changes min flutter version to 3.13.0 and dart sdk 3.1.0 to be compatible with package:web 0.5.1
1 parent 7dfc42e commit 2bf4b4f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/min_version_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # [email protected]
3838
with:
39-
flutter-version: "3.0.0"
39+
flutter-version: "3.13.0"
4040

4141
- name: Build Android
4242
run: |
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # [email protected]
5555
with:
56-
flutter-version: "3.0.0"
56+
flutter-version: "3.13.0"
5757

5858
- name: Build iOS
5959
run: |
@@ -70,7 +70,7 @@ jobs:
7070

7171
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # [email protected]
7272
with:
73-
flutter-version: "3.0.0"
73+
flutter-version: "3.13.0"
7474

7575
- name: Build web
7676
run: |

min_version_test/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: '2.17.0'
21+
sdk: '3.1.0'
2222
flutter: '3.0.0'
2323

2424
# Dependencies specify other packages that your package needs in order to work.
@@ -91,4 +91,3 @@ flutter:
9191
#
9292
# For details regarding fonts from package dependencies,
9393
# see https://flutter.dev/custom-fonts/#from-packages
94-

0 commit comments

Comments
 (0)