* 8b0eeb32e Roll Skia from 02527b7182ea to 44263c5d0827 (1 revision) (flutter/engine#32002) * f8be10237 Add missing `#include <algorithm>` (flutter/engine#32003) * be3d772b9 Roll Skia from 44263c5d0827 to 4ee8dab839e8 (1 revision) (flutter/engine#32005) * 2e1e32ab0 Roll Dart SDK from 55b9ec4e382a to eab48bbaad87 (5 revisions) (flutter/engine#32004) * 90cd956ea Revert: Partially remove setSystemUiVisibility() usages (flutter/engine#32007) * e1e4cfc17 Roll Skia from 4ee8dab839e8 to c9e9131f44e2 (1 revision) (flutter/engine#32008) * 75e82a729 Roll Skia from c9e9131f44e2 to 23cb29441338 (3 revisions) (flutter/engine#32010) * b6cba42c0 Roll Dart SDK from eab48bbaad87 to 24bf86f16411 (5 revisions) (flutter/engine#32011) * 14b3cac81 Roll Skia from 23cb29441338 to ff138c94d600 (4 revisions) (flutter/engine#32014) * 4fbf7c626 [ci.yaml] Migrate bringup targets to cocoon scheduler (flutter/engine#32012) * 57c05b364 Roll Fuchsia Linux SDK from P8RdLi_Y_... to Ee9OX2o6P... (flutter/engine#32016)
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. The
flutter/plugins repository isn't an upstream dependency of
flutter/flutter; it is only used as part of the test suite for
verification, and the pinned version here makes sure that tests are
deterministic at each flutter/flutter commit.