Skip to content

Commit 1dfbada

Browse files
[ci] Update repo for 3.44 stable release (#11741)
Does the steps for https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.44 stable release.
1 parent d1910ea commit 1dfbada

288 files changed

Lines changed: 601 additions & 392 deletions

File tree

Some content is hidden

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

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ targets:
262262
timeout: 30
263263
properties:
264264
target_file: analyze_legacy.yaml
265-
channel: "3.38.10"
265+
channel: "3.41.9"
266266

267267
- name: Linux analyze_legacy N-2
268268
recipe: packages/packages
269269
timeout: 30
270270
properties:
271271
target_file: analyze_legacy.yaml
272-
channel: "3.35.7"
272+
channel: "3.38.10"
273273

274274
- name: Linux_android custom_package_tests master
275275
recipe: packages/packages

.github/workflows/internals/install_flutter/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ runs:
1515
shell: bash
1616
run: |
1717
cd $HOME
18-
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.41.0 _flutter
18+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.44.0 _flutter
1919
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
2020
cd $GITHUB_WORKSPACE

packages/animations/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.38/Dart 3.10.
4+
15
## 2.2.0
26

37
* Adds support for custom `closedShadows` and `openShadows` to `OpenContainer`.

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.9.0
10-
flutter: ">=3.35.0"
9+
sdk: ^3.10.0
10+
flutter: ">=3.38.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.2.0
66

77
environment:
8-
sdk: ^3.9.0
9-
flutter: ">=3.35.0"
8+
sdk: ^3.10.0
9+
flutter: ">=3.38.0"
1010

1111
dependencies:
1212
flutter:

packages/camera/camera/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.38/Dart 3.10.
4+
15
## 0.12.0+1
26

37
* Makes `Optional.of` constructor `const`.

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.9.0
7-
flutter: ">=3.35.0"
6+
sdk: ^3.10.0
7+
flutter: ">=3.38.0"
88

99
dependencies:
1010
camera:

packages/camera/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
77
version: 0.12.0+1
88

99
environment:
10-
sdk: ^3.9.0
11-
flutter: ">=3.35.0"
10+
sdk: ^3.10.0
11+
flutter: ">=3.38.0"
1212

1313
flutter:
1414
plugin:

packages/camera/camera_android/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.38/Dart 3.10.
4+
15
## 0.10.10+17
26

37
* Reset AE and AF triggers to idle after capture to fix camera flash remaining issue #97501.

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.9.0
7-
flutter: ">=3.35.0"
6+
sdk: ^3.10.0
7+
flutter: ">=3.38.0"
88

99
dependencies:
1010
camera_android:

0 commit comments

Comments
 (0)