Skip to content

Commit 08271d8

Browse files
authored
feat: update plus plugins version (#4619)
* update dart and flutter sdk version * run dart fix * update _plus plugin versions and fix the code for breaking changes
1 parent 549f355 commit 08271d8

File tree

223 files changed

+2656
-2569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+2656
-2569
lines changed

.github/composite_actions/launch_android_emulator/dist/main.cjs

Lines changed: 505 additions & 494 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_android_emulator/dist/main.cjs.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_ios_simulator/dist/main.cjs

Lines changed: 473 additions & 428 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_ios_simulator/dist/main.cjs.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/log_cw_metric/dist/main.cjs

Lines changed: 492 additions & 466 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/log_cw_metric/dist/main.cjs.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/setup_chromedriver/dist/main.cjs

Lines changed: 675 additions & 699 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/setup_chromedriver/dist/main.cjs.map

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Dart
3333
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
3434
with:
35-
sdk: 3.2.0-150.0.dev
35+
sdk: 3.3.0
3636

3737
- name: Setup pnpm
3838
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # 2.4.0
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Dart
5858
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
5959
with:
60-
sdk: 3.2.0-150.0.dev
60+
sdk: 3.3.0
6161

6262
- name: Get Packages
6363
working-directory: actions
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
118118
with:
119119
distribution: "corretto" # Amazon Corretto Build of OpenJDK
120-
java-version: "11"
120+
java-version: "17"
121121

122122
- name: Test
123123
timeout-minutes: 10

.github/workflows/amplify_canaries.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- "any" # latest
3232
include:
3333
- channel: "stable"
34-
flutter-version: "3.10.1"
34+
flutter-version: "3.19.0"
3535
steps:
3636
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
3737
with:
@@ -43,11 +43,10 @@ jobs:
4343
channel: ${{ matrix.channel }}
4444
flutter-version: ${{ matrix.flutter-version }}
4545

46-
# Flutter requires Java 11 to build android apps with Gradle.
4746
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
4847
with:
4948
distribution: "corretto" # Amazon Corretto Build of OpenJDK
50-
java-version: "11"
49+
java-version: "17"
5150

5251
- name: Build Canary (iOS)
5352
run: build-support/build_canary.sh ios --no-codesign
@@ -88,7 +87,7 @@ jobs:
8887
- "any" # latest
8988
include:
9089
- channel: "stable"
91-
flutter-version: "3.10.1"
90+
flutter-version: "3.19.0"
9291
steps:
9392
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
9493
with:
@@ -101,11 +100,10 @@ jobs:
101100
channel: ${{ matrix.channel }}
102101
flutter-version: ${{ matrix.flutter-version }}
103102

104-
# Flutter requires Java 11 to build android apps with Gradle.
105103
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
106104
with:
107105
distribution: "corretto" # Amazon Corretto Build of OpenJDK
108-
java-version: "11"
106+
java-version: "17"
109107

110108
# Must be run before `fetch_backends` so that `pubspec.lock` is present.
111109
- name: Pub Upgrade
@@ -162,7 +160,7 @@ jobs:
162160
- "any" # latest
163161
include:
164162
- channel: "stable"
165-
flutter-version: "3.10.1"
163+
flutter-version: "3.19.0"
166164
ios-version:
167165
- "14.5"
168166
- "16"

0 commit comments

Comments
 (0)