Skip to content

Commit 7319ca8

Browse files
[various] Update minimum Flutter version to 3.3 (#3967)
Updates version-related checks for the 3.10 release: - Updates the N-1 and N-2 tests to 3.3 and 3.7. - Updates the minimum allowed SDK to declare support for to 3.3, matching our test matrix - Updates all packages that were supporting <3.3 to 3.3 (and equivalent Dart versions for non-Flutter packages) - Adds a Flutter->Dart mapping for 3.10 in the repo tooling.
1 parent 4faaa1d commit 7319ca8

File tree

176 files changed

+439
-207
lines changed

Some content is hidden

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

176 files changed

+439
-207
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ task:
9797
license_script: $PLUGIN_TOOL_COMMAND license-check
9898
# The major and minor version here should match the lowest version
9999
# analyzed in legacy_version_analyze.
100-
pubspec_script: ./script/tool_runner.sh pubspec-check --min-min-flutter-version=3.0.0 --allow-dependencies=script/configs/allowed_unpinned_deps.yaml --allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml
100+
pubspec_script: ./script/tool_runner.sh pubspec-check --min-min-flutter-version=3.3.0 --allow-dependencies=script/configs/allowed_unpinned_deps.yaml --allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml
101101
readme_script:
102102
- ./script/tool_runner.sh readme-check
103103
# Re-run with --require-excerpts, skipping packages that still need
@@ -163,7 +163,7 @@ task:
163163
matrix:
164164
# Change the arguments to pubspec-check when changing these values.
165165
env:
166-
CHANNEL: "3.0.5"
166+
CHANNEL: "3.7.12"
167167
DART_VERSION: "2.17.6"
168168
env:
169169
CHANNEL: "3.3.10"

packages/animations/CHANGELOG.md

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

3+
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
34
* Aligns Dart and Flutter SDK constraints.
45

56
## 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.17.0 <4.0.0"
10-
flutter: ">=3.0.0"
9+
sdk: ">=2.18.0 <4.0.0"
10+
flutter: ">=3.3.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.17.0 <4.0.0"
9-
flutter: ">=3.0.0"
8+
sdk: ">=2.18.0 <4.0.0"
9+
flutter: ">=3.3.0"
1010

1111
dependencies:
1212
flutter:

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.3/Dart 2.18.
4+
15
## 0.10.8
26

37
* Updates gradle, AGP and fixes some lint errors.

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.17.0 <4.0.0"
7-
flutter: ">=3.0.0"
6+
sdk: ">=2.18.0 <4.0.0"
7+
flutter: ">=3.3.0"
88

99
dependencies:
1010
camera_android:

packages/camera/camera_android/pubspec.yaml

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

88
environment:
9-
sdk: ">=2.17.0 <4.0.0"
10-
flutter: ">=3.0.0"
9+
sdk: ">=2.18.0 <4.0.0"
10+
flutter: ">=3.3.0"
1111

1212
flutter:
1313
plugin:

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.3/Dart 2.18.
4+
15
## 0.9.13+1
26

37
* Clarifies explanation of endorsement in README.

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

99
dependencies:
1010
camera_avfoundation:

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.3/Dart 2.18.
4+
15
## 2.5.0
26

37
* Adds NV21 as an image stream format (suitable for Android).

0 commit comments

Comments
 (0)