Initialize Flutter Beta (flutter-3.32-candidate.0) (#166783)

Closes https://github.com/flutter/flutter/issues/166811.

```sh
$ dev/conductor/bin/conductor start \
  --candidate-branch=flutter-3.32-candidate.0 \
  --release-channel=beta \
  --github-username=matanlurey \
  --dart-revision=0d6811928830b87e36a0f49eb7fe554c308d3699 
```
This commit is contained in:
Matan Lurey
2025-04-09 15:57:49 -07:00
committed by GitHub
parent e2dea95082
commit 72ee26e314
62 changed files with 1258 additions and 631 deletions

16
DEPS
View File

@@ -14,7 +14,7 @@ vars = {
'flutter_git': 'https://flutter.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'llvm_git': 'https://llvm.googlesource.com',
'skia_revision': '7b929584566c2c20f59d692301a40e55528a83a7',
'skia_revision': 'ac01f9306a0c08acf128d37bbd7b3e199525cc40',
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -56,16 +56,16 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '87965ab4864e444c521023820eb06e569d007059',
'dart_revision': '0d6811928830b87e36a0f49eb7fe554c308d3699',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
'dart_binaryen_rev': 'b4bdcc33115b31758c56b83bb9de4642c411a042',
'dart_boringssl_rev': 'e68438b863afaa3e81e1771b91819817780f3b60',
'dart_boringssl_rev': '8d8df26fc54f6e5fb0bf404a76ce973c0413eafc',
'dart_core_rev': '7a80178ca72b01b0efb99a9a9a654d83ca21d6b7',
'dart_devtools_rev': 'f10e8df8c517fb0412b9a66c626581867c9c267d',
'dart_devtools_rev': '1fb2f4ce5099042b7f2dfa93dec675a21861d21f',
'dart_ecosystem_rev': '391a80ccb774cfebe4865bcd7e933d1ab016eea5',
'dart_http_rev': '32d5ffcc8d0d5ce9a3a76a293230fa70ec2cc88f',
'dart_http_rev': '6fabf06b90d962cf9a6c009bbe919902ff1a1471',
'dart_i18n_rev': 'de1943629469719bf34269bf90fcdbe9334a73f3',
'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb',
'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b',
@@ -73,7 +73,7 @@ vars = {
'dart_protobuf_rev': '1aaa332af75c61ff32739821f7ec52186ff18d4c',
'dart_pub_rev': 'b2c03b448a47fdd52800609b9222cd737be3a934',
'dart_sync_http_rev': 'dc54465f07d9652875deeade643256dafa2fbc6c',
'dart_tools_rev': '62bc13bc086a66ce9a6a3e64865c82d17a1379b3',
'dart_tools_rev': '8d49319b95912a5dff3d7ba4cd861458c55c5608',
'dart_vector_math_rev': 'f08d7d2652e9ecf7d8f8605d9983335174511c95',
'dart_web_rev': '5a39fdc396ae40344308975140343c23b6863261',
'dart_webdev_rev': '697f2f7f56517b0678c6256e0834778905acfc0d',
@@ -308,7 +308,7 @@ deps = {
Var('chromium_git') + '/external/github.com/WebAssembly/binaryen.git@b4bdcc33115b31758c56b83bb9de4642c411a042',
'engine/src/flutter/third_party/dart/third_party/devtools':
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:f10e8df8c517fb0412b9a66c626581867c9c267d'}]},
{'dep_type': 'cipd', 'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:1fb2f4ce5099042b7f2dfa93dec675a21861d21f'}]},
'engine/src/flutter/third_party/dart/third_party/pkg/core':
Var('dart_git') + '/core.git' + '@' + Var('dart_core_rev'),
@@ -332,7 +332,7 @@ deps = {
Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c',
'engine/src/flutter/third_party/dart/third_party/pkg/native':
Var('dart_git') + '/native.git@75f3408cd72c1e217f162fb5e43f4cdf1d34e71d',
Var('dart_git') + '/native.git@4928765d7681ad8a4211c5977afd2f93f50b3f65',
'engine/src/flutter/third_party/dart/third_party/pkg/protobuf':
Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),