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

Commit ea5d0ce

Browse files
committed
Enable private field promotion
1 parent 3a3a280 commit ea5d0ce

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

shell/platform/fuchsia/dart_runner/embedder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# template in BUILD.gn.
77

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

shell/platform/fuchsia/dart_runner/vmservice/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
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'
77

shell/platform/fuchsia/flutter/kernel/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/flutter/tests/integration/embedder/child-view/pubspec.yaml

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

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

shell/platform/fuchsia/flutter/tests/integration/embedder/parent-view/pubspec.yaml

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

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

shell/platform/fuchsia/flutter/tests/integration/mouse-input/mouse-input-view/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
name: mouse-input-view
66

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

shell/platform/fuchsia/flutter/tests/integration/text-input/text-input-view/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
name: text-input-view
66

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

shell/platform/fuchsia/flutter/tests/integration/touch-input/embedding-flutter-view/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
name: embedding-flutter-view
66

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

shell/platform/fuchsia/flutter/tests/integration/touch-input/touch-input-view/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
name: touch-input-view
66

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

shell/platform/fuchsia/runtime/dart/profiler_symbols/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: profiler_symbols
66
environment:
7-
sdk: '>=3.0.0-0 <4.0.0'
7+
sdk: '>=3.2.0-0 <4.0.0'
88
version: 0
99
description: Extracts a minimal symbols table for the Dart VM profiler
1010
author: Dart Team <[email protected]>

shell/vmservice/pubspec.yaml

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

sky/packages/sky_engine/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: Dart SDK extensions for dart:ui
55
homepage: http://flutter.io
66
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
77
environment:
8-
sdk: '>=3.0.0-0 <4.0.0'
8+
sdk: '>=3.2.0-0 <4.0.0'

testing/android_background_image/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: android_background_image
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

testing/benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: flutter_engine_benchmark
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

testing/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish_to: none
1414
# relative to this directory into //third_party/dart
1515

1616
environment:
17-
sdk: '>=3.0.0-0 <4.0.0'
17+
sdk: '>=3.2.0-0 <4.0.0'
1818

1919
dependencies:
2020
litetest: any

testing/litetest/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish_to: none
1414
# relative to this directory into //third_party/dart
1515

1616
environment:
17-
sdk: '>=3.0.0-0 <4.0.0'
17+
sdk: '>=3.2.0-0 <4.0.0'
1818

1919
dependencies:
2020
async_helper: any

testing/scenario_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: scenario_app
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

testing/skia_gold_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: skia_gold_client
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

testing/smoke_test_failure/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: smoke_test_failure
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 or //third_party/dart/third_party/pkg.

testing/symbols/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: verify_exported
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

third_party/web_locale_keymap/pubspec.yaml

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

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

88
dev_dependencies:
99
test: ^1.21.7

third_party/web_test_fonts/pubspec.yaml

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

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

88
dev_dependencies:
99
args: any

third_party/web_unicode/pubspec.yaml

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

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

88
dev_dependencies:
99
args: any

tools/android_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: android_lint
66
environment:
7-
sdk: '>=3.0.0-0 <4.0.0'
7+
sdk: '>=3.2.0-0 <4.0.0'
88

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

tools/api_check/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish_to: none
1414
# relative to this directory into //third_party/dart
1515

1616
environment:
17-
sdk: '>=3.0.0-0 <4.0.0'
17+
sdk: '>=3.2.0-0 <4.0.0'
1818

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

tools/build_bucket_golden_scraper/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: build_bucket_golden_scraper
66
publish_to: none
77
environment:
8-
sdk: ^3.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

tools/clang_tidy/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: clang_tidy
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

tools/const_finder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: const_finder
66
publish_to: none
77

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

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

tools/gen_web_locale_keymap/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: gen_web_keyboard_keymap
22
description: Generates keyboard layouts for Web from external sources.
33

44
environment:
5-
sdk: '>=3.0.0-0 <4.0.0'
5+
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
88
args: any

tools/githooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: githooks
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

tools/licenses/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: licenses
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
1111
# in //third_party.pkg, //third_party/dart/pkg, or

tools/path_ops/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish_to: none
88
homepage: https://github.com/flutter/engine/tree/main/tools/path_ops
99

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

1313
dev_dependencies:
1414
litetest: any

tools/pkg/engine_build_configs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: engine_build_configs
66
publish_to: none
77
environment:
8-
sdk: '>=3.1.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

tools/pkg/engine_repo_tools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: engine_repo_tools
66
publish_to: none
77
environment:
8-
sdk: ^3.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

web_sdk/pubspec.yaml

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

33
# Keep the SDK version range in sync with lib/web_ui/pubspec.yaml
44
environment:
5-
sdk: '>=3.0.0-0 <4.0.0'
5+
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
88
args: 2.3.1

web_sdk/web_engine_tester/pubspec.yaml

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

33
# Keep the SDK version range in sync with lib/web_ui/pubspec.yaml
44
environment:
5-
sdk: '>=3.0.0-0 <4.0.0'
5+
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
88
js: 0.6.4

web_sdk/web_test_utils/pubspec.yaml

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

33
# Keep the SDK version range in sync with lib/web_ui/pubspec.yaml
44
environment:
5-
sdk: '>=3.0.0-0 <4.0.0'
5+
sdk: '>=3.2.0-0 <4.0.0'
66

77
dependencies:
88
collection: 1.17.0

0 commit comments

Comments
 (0)