* f575a5de8 Roll Dart SDK from abecc4bc4521 to 72f462ed2d34 (6 revisions) (flutter/engine#28279) * 25262ad2d Roll Skia from 0f36d11c1dcf to 6f90c702e6c8 (4 revisions) (flutter/engine#28280) * 6c8ef61b5 Correct the return value of the method RunInIsolateScope (flutter/engine#28161) * 212621464 Roll Skia from 6f90c702e6c8 to 877858a19502 (2 revisions) (flutter/engine#28282) * 62934d06c Eliminate unnecessary null check in fixture (flutter/engine#28281) * e218f5f86 Roll Skia from 877858a19502 to e43714f490ec (6 revisions) (flutter/engine#28283) * b17c2a6e7 Roll Dart SDK from 72f462ed2d34 to 35c81c55d91f (1 revision) (flutter/engine#28284) * bba64391d Roll Skia from e43714f490ec to 7b3edfa65923 (1 revision) (flutter/engine#28285) * 902b16dc4 Roll buildroot to 14b15b2e8adf3365e5e924c9186f5d65d1d65b99 (flutter/engine#28286) * 687affee2 hasStrings on Windows (flutter/engine#27749) * 33342cb16 Roll Clang Mac from T2LfgbJBs... to XvHmkqWWH... (flutter/engine#28288) * 55083733c Roll Clang Linux from cIFYQ49sp... to dO8igrHyL... (flutter/engine#28289) * c2e289ebc Roll Skia from 7b3edfa65923 to 80fc31bc61a9 (2 revisions) (flutter/engine#28290) * 1867ca4d2 Roll Dart SDK from 35c81c55d91f to 4c4bf41da092 (1 revision) (flutter/engine#28291) * d75f033e0 Roll Skia from 80fc31bc61a9 to 9155b338bb9c (1 revision) (flutter/engine#28292) * 9a2383c92 Roll Dart SDK from 4c4bf41da092 to 0507607e1380 (1 revision) (flutter/engine#28294) * 16a94e6e8 Roll Skia from 9155b338bb9c to 02c7dac0be64 (1 revision) (flutter/engine#28295) * 64891d077 Roll Skia from 02c7dac0be64 to 0305e86ee48c (1 revision) (flutter/engine#28296) * 58b1b608c Roll Dart SDK from 0507607e1380 to 2a693f47e303 (1 revision) (flutter/engine#28297) * 9c7828412 Roll Skia from 0305e86ee48c to 1e16937f4734 (2 revisions) (flutter/engine#28300) * 63f83fc9c Run the Android Robolectric tests using Gradle (flutter/engine#28084) * 93f61889f Roll Dart SDK from 2a693f47e303 to 6fecad447467 (1 revision) (flutter/engine#28301) * d6677bab7 Roll Skia from 1e16937f4734 to d34406abf959 (1 revision) (flutter/engine#28303) * 6243b4699 Roll Skia from d34406abf959 to b61014d31064 (5 revisions) (flutter/engine#28305) * eaa9f8b52 Revert "Roll Dart SDK from 2a693f47e303 to 6fecad447467 (1 revision) (#28301)" (flutter/engine#28309)
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.
The bin/internal/devtools.version file specifies the version of the
devtools package on pub that should be activated when running the
Flutter command line tool.