* 1e3fe2330 Roll Skia from 76e45134b8a7 to b393c4bccd5f (1 revision) (flutter/engine#27067) * 485b25e5e Roll Skia from b393c4bccd5f to c9897a55650a (1 revision) (flutter/engine#27068) * 14a7ec89f Partial reland for VM tests (flutter/engine#27069) * d4431a703 Roll Skia from c9897a55650a to e1f72377e574 (3 revisions) (flutter/engine#27073) * 6e56edf1a [web][felt] Fix stdout inheritance for sub-processes (flutter/engine#27070) * e05cab01c Update buildroot to ignore new warnings from Clang package update (flutter/engine#27056) * 24ace61b3 Roll Fuchsia from 275038b8be7196927b0f71770701f3c2c3744860 to 86a2f5264f8dc496dccdd4060e4bad4c33eef552 (flutter/engine#27077) * 8e796bd33 [web] Librarify text editing files (flutter/engine#27071) * 260b94cdc Roll Skia from e1f72377e574 to 0734c6223cb8 (3 revisions) (flutter/engine#27078) * 6c2b05238 Roll Dart SDK from 8234f00e521a to 54c79f559d23 (2 revisions) (flutter/engine#27079) * d1b56f96a Reland "fuchsia: Delete all the legacy code! (#26422)" (flutter/engine#27075)
Flutter SDK dependency versions
The files in this directory specifies pinned versions of various dependencies of the flutter SDK.
The bin/internal/engine.version file controls which version of the Flutter engine to use.
The file contains the commit hash of a commit in the https://github.com/flutter/engine repository.
That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.
The /bin/internal/engine.merge_method file controls how we merge a pull
request created by the engine auto-roller. If it's squash, there's only one
commit for a pull request no matter how many engine commits there are inside
that pull request. If it's rebase, the number of commits in the framework is
equal to the number of engine commits in the pull request. The latter method
makes it easier to detect regressions but costs more test resources.
Ths bin/internal/flutter_plugins.version file specifies the version of the flutter/plugins repository to be used for testing.
Note that flutter/plugins isn't an upstream dependency of flutter/flutter it is only used as part of the test suite for verification,
the pinned version here makes sure that tests are deterministic at each flutter/flutter commit.