
* a7ecc90f2 Remove usages of Android's OnSystemUiVisibilityChangeListener (flutter/engine#30931) * 3b459f014 Roll Dart SDK from e66ff9bf63b6 to b568166d86f3 (1 revision) (flutter/engine#32194) * 72583b3c7 Support software rendering when textures are used (flutter/engine#32178) * 5a319bb4d Roll Skia from c29e37ad4c68 to a11e221a13df (2 revisions) (flutter/engine#32196) * 5017b69e4 Roll Skia from a11e221a13df to 399be2e2118d (1 revision) (flutter/engine#32198) * 53175dbe1 Roll Skia from 399be2e2118d to c47a4037c4c3 (2 revisions) (flutter/engine#32200) * 8a6bd560e Roll Skia from c47a4037c4c3 to 3d7c5436dfdc (1 revision) (flutter/engine#32201) * b46f3d67a Roll Skia from 3d7c5436dfdc to c18c7cbdfe04 (2 revisions) (flutter/engine#32203) * 2fe2f3482 Roll Dart SDK from b568166d86f3 to bf0f84763376 (1 revision) (flutter/engine#32204) * e65893813 Roll Fuchsia Linux SDK from wk98y5LCG... to sMai0ocli... (flutter/engine#32205) * 9354c97dd Roll Fuchsia Mac SDK from Irj8m3Y-7... to daGNAjLwt... (flutter/engine#32207) * 9b546f242 Roll Dart SDK from bf0f84763376 to 81e385566b30 (1 revision) (flutter/engine#32208) * 6ca8335aa Roll Skia from c18c7cbdfe04 to 8bed8855ab41 (1 revision) (flutter/engine#32209) * 6bc6bc16f Roll Skia from 8bed8855ab41 to 51be21eb5aed (3 revisions) (flutter/engine#32210) * 09a74cf5b Roll Dart SDK from 81e385566b30 to b5d0b8fd4fad (1 revision) (flutter/engine#32212) * bc30c91d8 Allow surface implementations to control when the raster cache may be enabled. (flutter/engine#32213) * 68d3782cc Revert "Remove usages of Android's OnSystemUiVisibilityChangeListener (#30931)" (flutter/engine#32217) * c35336328 Roll Skia from 51be21eb5aed to 88f2ab6da0ef (1 revision) (flutter/engine#32214)
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.