Skip to content

Commit 2b33ce6

Browse files
very-good-code-bot[bot]dashboardmarcossevilla
authored
chore: upgrade to Flutter 3.44 and Dart 3.12 (#1604)
* chore: upgrade to Flutter 3.44 and Dart 3.12 Closes #1597 Co-authored-by: dashboard <dashboard@users.noreply.github.com> * fix: address review feedback on PR #1604 Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com> * fix: format and analyzer warnings * chore: use private name params --------- Co-authored-by: very-good-code-bot[bot] <269805761+very-good-code-bot[bot]@users.noreply.github.com> Co-authored-by: dashboard <dashboard@users.noreply.github.com> Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com> Co-authored-by: Marcos Sevilla <me@marcossevilla.dev> Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent 3138466 commit 2b33ce6

33 files changed

Lines changed: 59 additions & 63 deletions

File tree

.github/workflows/bump_templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: dart-lang/setup-dart@v1
1616
with:
17-
sdk: "3.11.0"
17+
sdk: "3.12.0"
1818

1919
- name: Install mason
2020
run: dart pub global activate mason_cli

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: 🐦 Setup Flutter
5656
uses: subosito/flutter-action@v2
5757
with:
58-
flutter-version: "3.41.x"
58+
flutter-version: "3.44.x"
5959

6060
- name: Install LCOV
6161
run: sudo apt-get install -y lcov

.github/workflows/pub_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🎯 Setup Dart
1818
uses: dart-lang/setup-dart@v1
1919
with:
20-
sdk: "3.11.0"
20+
sdk: "3.12.0"
2121
- name: 📦 Install Dependencies
2222
run: dart pub get
2323
- name: 📢 Publish

.github/workflows/spdx_license.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: 🎯 Setup Dart
3737
uses: dart-lang/setup-dart@v1
3838
with:
39-
sdk: "3.11.0"
39+
sdk: "3.12.0"
4040

4141
- name: 📦 Install Dependencies
4242
run: dart pub get
@@ -71,7 +71,7 @@ jobs:
7171
- name: 🎯 Setup Dart
7272
uses: dart-lang/setup-dart@v1
7373
with:
74-
sdk: "3.11.0"
74+
sdk: "3.12.0"
7575

7676
- name: 📦 Install Dependencies
7777
run: dart pub get

.github/workflows/spdx_license_bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 🐦 Setup Flutter
2424
uses: subosito/flutter-action@v2.8.0
2525
with:
26-
flutter-version: "3.41.x"
26+
flutter-version: "3.44.x"
2727

2828
- name: 📦 Install Dependencies
2929
run: dart pub get

.github/workflows/test_optimizer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build_hooks:
2525
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
2626
with:
27-
dart_sdk: "3.11.0"
27+
dart_sdk: "3.12.0"
2828
working_directory: bricks/test_optimizer/hooks
2929

3030
verify_bundle:
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: dart-lang/setup-dart@v1
3636
with:
37-
sdk: "3.11.0"
37+
sdk: "3.12.0"
3838

3939
- name: Install mason
4040
run: dart pub global activate mason_cli

.github/workflows/very_good_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: subosito/flutter-action@v2.8.0
3636
with:
37-
flutter-version: "3.41.x"
37+
flutter-version: "3.44.x"
3838

3939
- name: Install Dependencies
4040
run: flutter pub get

bricks/test_optimizer/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hooks
22
publish_to: none
33

44
environment:
5-
sdk: ^3.11.0
5+
sdk: ^3.12.0
66

77
dependencies:
88
mason: ^0.1.0

e2e/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ^3.11.0
7+
sdk: ^3.12.0
88

99
dev_dependencies:
1010
mason: ^0.1.0

e2e/test/commands/test/async_main/fixture/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ^3.11.0
7+
sdk: ^3.12.0
88

99
dev_dependencies:
1010
test: ^1.24.3

0 commit comments

Comments
 (0)