Skip to content

Commit 5a7d40f

Browse files
Update repo for 3.32 stable (#9311)
Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).
1 parent 2a847d7 commit 5a7d40f

File tree

274 files changed

+443
-428
lines changed

Some content is hidden

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

274 files changed

+443
-428
lines changed

.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,21 +322,21 @@ targets:
322322
timeout: 30
323323
properties:
324324
target_file: analyze_legacy.yaml
325-
channel: "3.27.4"
325+
channel: "3.29.3"
326326
env_variables: >-
327327
{
328-
"CHANNEL": "3.27.4"
328+
"CHANNEL": "3.29.3"
329329
}
330330
331331
- name: Linux analyze_legacy N-2
332332
recipe: packages/packages
333333
timeout: 30
334334
properties:
335335
target_file: analyze_legacy.yaml
336-
channel: "3.24.5"
336+
channel: "3.27.4"
337337
env_variables: >-
338338
{
339-
"CHANNEL": "3.24.5"
339+
"CHANNEL": "3.27.4"
340340
}
341341
342342
- name: Linux_android custom_package_tests master

.ci/targets/repo_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks:
2828
script: .ci/scripts/tool_runner.sh
2929
args:
3030
- "pubspec-check"
31-
- "--min-min-flutter-version=3.24.0"
31+
- "--min-min-flutter-version=3.27.0"
3232
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
3333
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
3434
always: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# the change if it doesn't.
3232
run: |
3333
cd $HOME
34-
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.27.3 _flutter
34+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.32.0 _flutter
3535
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
3636
cd $GITHUB_WORKSPACE
3737
# Checks out a copy of the repo.

packages/animations/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## NEXT
22

3-
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
3+
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
44

55
## 2.0.11
66

packages/animations/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish_to: none
66
version: 0.0.1
77

88
environment:
9-
sdk: ^3.5.0
10-
flutter: ">=3.24.0"
9+
sdk: ^3.6.0
10+
flutter: ">=3.27.0"
1111

1212
dependencies:
1313
animations:

packages/animations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
55
version: 2.0.11
66

77
environment:
8-
sdk: ^3.5.0
9-
flutter: ">=3.24.0"
8+
sdk: ^3.6.0
9+
flutter: ">=3.27.0"
1010

1111
dependencies:
1212
flutter:

packages/camera/camera/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.5.0
7-
flutter: ">=3.24.0"
6+
sdk: ^3.6.0
7+
flutter: ">=3.27.0"
88

99
dependencies:
1010
camera:

packages/camera/camera_android/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.5.0
7-
flutter: ">=3.24.0"
6+
sdk: ^3.6.0
7+
flutter: ">=3.27.0"
88

99
dependencies:
1010
camera_android:

packages/camera/camera_android_camerax/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_android_camerax plugin.
33
publish_to: 'none'
44

55
environment:
6-
sdk: ^3.5.0
7-
flutter: ">=3.24.0"
6+
sdk: ^3.6.0
7+
flutter: ">=3.27.0"
88

99
dependencies:
1010
camera_android_camerax:

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## NEXT
22

3-
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
3+
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
44

55
## 0.9.19
66

0 commit comments

Comments
 (0)