Skip to content

Commit e8c9976

Browse files
[ci] Update repository for 3.29 release (#9270)
We accidentally never did the repo update for the 3.29 release, beyond rolling the stable pin. This does the remainder of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md, making 3.24 our min-min version, and updating the N-1 and N-2 tests to reflect the current reality.
1 parent 69889c9 commit e8c9976

File tree

247 files changed

+505
-342
lines changed

Some content is hidden

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

247 files changed

+505
-342
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.24.5"
325+
channel: "3.27.4"
326326
env_variables: >-
327327
{
328-
"CHANNEL": "3.24.5"
328+
"CHANNEL": "3.27.4"
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.22.3"
336+
channel: "3.24.5"
337337
env_variables: >-
338338
{
339-
"CHANNEL": "3.22.3"
339+
"CHANNEL": "3.24.5"
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.22.0"
31+
- "--min-min-flutter-version=3.24.0"
3232
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
3333
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
3434
always: true

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.22/Dart 3.4.
3+
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
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.4.0
10-
flutter: ">=3.22.0"
9+
sdk: ^3.5.0
10+
flutter: ">=3.24.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.4.0
9-
flutter: ">=3.22.0"
8+
sdk: ^3.5.0
9+
flutter: ">=3.24.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.4.0
7-
flutter: ">=3.22.0"
6+
sdk: ^3.5.0
7+
flutter: ">=3.24.0"
88

99
dependencies:
1010
camera:

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
4+
15
## 0.9.19
26

37
* Migrates the CameraPlugin class to Swift.

packages/camera/camera_avfoundation/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.4.0
7-
flutter: ">=3.22.0"
6+
sdk: ^3.5.0
7+
flutter: ">=3.24.0"
88

99
dependencies:
1010
camera_avfoundation:

packages/camera/camera_avfoundation/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: 0.9.19
66

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

1111
flutter:
1212
plugin:

packages/camera/camera_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
4+
15
## 2.10.0
26

37
* Introduces a new `CameraLensType` enum to provide lens type information about

0 commit comments

Comments
 (0)