engine-flutter-autoroll fb0cbb8bee
Roll Engine from b0f3c0f7e478 to fa2eb22cffc5 (18 revisions) (#90549)
* ffdaa4bb5 Implement a default font manager for Fuchsia. (flutter/engine#28673)

* 0608a01c9 Replace jcenter() for mavenCentral() (flutter/engine#28777)

* ccec08a47 Roll Dart SDK from a0243abd09e3 to 86a21d182523 (6 revisions) (flutter/engine#28779)

* e2bd49840 [web] clear surfaces on hot restart (flutter/engine#28675)

* 6eceff5b0 Roll Skia from e32309d771ee to a48e7b0186b3 (10 revisions) (flutter/engine#28782)

* 3c01c60bc Eliminate unnecessary canvaskit imports (flutter/engine#28787)

* 4e4873e2e Set MinimumOSVersion to iOS 9 in Info.plist (flutter/engine#28783)

* 4872f8f9e Roll Dart SDK from 86a21d182523 to c2429dee845e (1 revision) (flutter/engine#28789)

* d8120eb34 Roll Skia from a48e7b0186b3 to bb30fc16e1be (1 revision) (flutter/engine#28791)

* 13a631ab1 Roll Fuchsia Mac SDK from 3k3-vCrm5... to NM9FaaYay... (flutter/engine#28792)

* a60c0c3bb Roll Fuchsia Linux SDK from JD40LpEJO... to bWZcp2jnx... (flutter/engine#28793)

* 04d47cdfe Roll Skia from bb30fc16e1be to 5527735121f5 (1 revision) (flutter/engine#28794)

* 827c62ac6 Roll Dart SDK from c2429dee845e to 715a98df1828 (1 revision) (flutter/engine#28795)

* f16f0ce4c Roll Skia from 5527735121f5 to cb25d566c21d (3 revisions) (flutter/engine#28796)

* ec009a3d1 Roll Dart SDK from 715a98df1828 to 4e396689de4f (1 revision) (flutter/engine#28797)

* df5b56610 Disable failing unit tests on UWP (flutter/engine#28785)

* b6e744025 Roll Dart SDK from 4e396689de4f to 6e17953f4e7e (1 revision) (flutter/engine#28800)

* fa2eb22cf [canvaskit] Fix bug when overlays are disabled (flutter/engine#28790)
2021-09-22 14:06:54 -07:00
..
2021-08-30 10:40:10 -07:00
2021-08-30 10:40:10 -07:00

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.