Skip to content

Commit d92cdf0

Browse files
[ci] Update minimums for 3.13 stable (#4731)
- Updates the N-1 and N-2 analysis bot configs to 3.7 and 3.10 - Updates the minimum allowed SDK to 3.7, since that's now the earliest we have any testing for. - Updates all packages to Flutter 3.7/Dart 2.19 as a minimum. - In packages where we hadn't released since the last minimum version bump, I removed the previous line from the `#NEXT` section to make it less confusing when we do release. Per https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version this does not update any package versions.
1 parent e398faf commit d92cdf0

File tree

291 files changed

+689
-361
lines changed

Some content is hidden

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

291 files changed

+689
-361
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ targets:
227227
timeout: 30
228228
properties:
229229
target_file: analyze_legacy.yaml
230-
channel: "3.7.12"
230+
channel: "3.10.6"
231231

232232
- name: Linux analyze_legacy N-2
233233
recipe: packages/packages
234234
timeout: 30
235235
properties:
236236
target_file: analyze_legacy.yaml
237-
channel: "3.3.10"
237+
channel: "3.7.12"
238238

239239
- name: Linux_android custom_package_tests master
240240
recipe: packages/packages

.ci/targets/repo_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks:
1616
script: script/tool_runner.sh
1717
args:
1818
- "pubspec-check"
19-
- "--min-min-flutter-version=3.3.0"
19+
- "--min-min-flutter-version=3.7.0"
2020
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
2121
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
2222
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.3/Dart 2.18.
3+
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
44
* Aligns Dart and Flutter SDK constraints.
55

66
## 2.0.7

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: ">=2.18.0 <4.0.0"
10-
flutter: ">=3.3.0"
9+
sdk: ">=2.19.0 <4.0.0"
10+
flutter: ">=3.7.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.7
66

77
environment:
8-
sdk: ">=2.18.0 <4.0.0"
9-
flutter: ">=3.3.0"
8+
sdk: ">=2.19.0 <4.0.0"
9+
flutter: ">=3.7.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.7/Dart 2.19.
4+
15
## 0.10.5+3
26

37
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.

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: ">=2.18.0 <4.0.0"
7-
flutter: ">=3.3.0"
6+
sdk: ">=2.19.0 <4.0.0"
7+
flutter: ">=3.7.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.10.5+3
88

99
environment:
10-
sdk: ">=2.18.0 <4.0.0"
11-
flutter: ">=3.3.0"
10+
sdk: ">=2.19.0 <4.0.0"
11+
flutter: ">=3.7.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.7/Dart 2.19.
4+
15
## 0.10.8+6
26

37
* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.

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: ">=2.18.0 <4.0.0"
7-
flutter: ">=3.3.0"
6+
sdk: ">=2.19.0 <4.0.0"
7+
flutter: ">=3.7.0"
88

99
dependencies:
1010
camera_android:

0 commit comments

Comments
 (0)