Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7db2702

Browse files
committed
Enable private field promotion
1 parent 1ec0d84 commit 7db2702

File tree

47 files changed

+47
-47
lines changed

Some content is hidden

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

47 files changed

+47
-47
lines changed

ci/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: ci_scripts
66
publish_to: none
77
environment:
8-
sdk: '>=3.0.0-0 <4.0.0'
8+
sdk: '>=3.2.0-0 <4.0.0'
99

1010
# Do not add any dependencies that require more than what is provided in
1111
# //third_party/pkg, //third_party/dart/pkg, or

flutter_frontend_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: https://flutter.dev
1818
# relative to this directory into //third_party/dart
1919

2020
environment:
21-
sdk: '>=3.0.0-0 <4.0.0'
21+
sdk: '>=3.2.0-0 <4.0.0'
2222

2323
dependencies:
2424
args: any

impeller/golden_tests_harvester/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: golden_tests_harvester
66
publish_to: none
77
environment:
8-
sdk: '>=3.0.0-0 <4.0.0'
8+
sdk: '>=3.2.0-0 <4.0.0'
99

1010
# Do not add any dependencies that require more than what is provided in
1111
# //third_party/dart/pkg, //third_party/dart/third_party/pkg, or

impeller/tessellator/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish_to: none
88
homepage: https://github.com/flutter/impeller/tree/main/tessellator/dart
99

1010
environment:
11-
sdk: '>=3.0.0-0 <4.0.0'
11+
sdk: '>=3.2.0-0 <4.0.0'

lib/gpu/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A framework for writing Flutter applications
77
homepage: https://flutter.dev
88

99
environment:
10-
sdk: '>=3.0.0-0 <4.0.0'
10+
sdk: '>=3.2.0-0 <4.0.0'
1111

1212
dependencies:
1313
sky_engine:

lib/snapshot/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This file is needed by Fuchsia's dart_library template.
66

77
environment:
8-
sdk: '>=3.0.0-0 <4.0.0'
8+
sdk: '>=3.2.0-0 <4.0.0'

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33

44
# Keep the SDK version range in sync with pubspecs under web_sdk
55
environment:
6-
sdk: '>=3.0.0-0 <4.0.0'
6+
sdk: '>=3.2.0-0 <4.0.0'
77

88
dependencies:
99
js: 0.6.4

shell/platform/fuchsia/dart-pkg/fuchsia/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# found in the LICENSE file.
44

55
environment:
6-
sdk: '>=3.0.0-0 <4.0.0'
6+
sdk: '>=3.2.0-0 <4.0.0'

shell/platform/fuchsia/dart-pkg/zircon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: zircon
66

77
environment:
8-
sdk: '>=3.0.0-0 <4.0.0'
8+
sdk: '>=3.2.0-0 <4.0.0'
99

1010

1111
# Uncomment block for local testing

shell/platform/fuchsia/dart-pkg/zircon_ffi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: zircon_ffi
22

33
environment:
4-
sdk: '>=3.0.0-0 <4.0.0'
4+
sdk: '>=3.2.0-0 <4.0.0'
55

66
dependencies:
77
ffi: ^1.0.0

0 commit comments

Comments
 (0)