engine-flutter-autoroll a706cd2112
Roll Engine from 1b5e16cda29a to effb529ecec8 (17 revisions) (#73984)
* d7b25f9a3 [web] Reland: Enable the new rich paragraph implementation (flutter/engine#23659)

* 507a88702 fix ax unique id flake (flutter/engine#23518)

* e5a4c7c4f Roll Fuchsia Linux SDK from BUsKF6z4t... to a7ezEWPM5... (flutter/engine#23668)

* 7d1e4e323 Roll Skia from 0e4a29af9db2 to af9b58e287b5 (10 revisions) (flutter/engine#23670)

* 635f64a3d Roll Skia from af9b58e287b5 to f435ada424df (1 revision) (flutter/engine#23671)

* 6957611f2 Roll Fuchsia Mac SDK from BsUY1yjWh... to BoBy7Eobf... (flutter/engine#23672)

* 37131f16d Use non-deprecated SkImageFilter factory functions (flutter/engine#23649)

* 38f08ff26 Roll Fuchsia Linux SDK from a7ezEWPM5... to erwxDS3kf... (flutter/engine#23676)

* a56183cde Roll Skia from f435ada424df to 8f78d5528438 (7 revisions) (flutter/engine#23680)

* 9d75996c1 Revert "[web] Enable the new rich paragraph implementation (#23162)" (flutter/engine#23687)

* b030bc80d Roll Dart SDK from 724d9e5e7d71 to 3629a798353d (1 revision) (flutter/engine#23681)

* a8a7534ea Support Mice in iPadOS 13.4+ (flutter/engine#23636)

* 3f691f07b [web] Fix semantic node order for webkit (flutter/engine#23601)

* 70d08c6ac Roll Skia from 8f78d5528438 to 890b2b406a60 (9 revisions) (flutter/engine#23692)

* 5459565e4 Roll Fuchsia Mac SDK from BoBy7Eobf... to DVYrV15dq... (flutter/engine#23693)

* 3fd4c63fa [web] Fix letter spacing for rich paragraphs (flutter/engine#23683)

* effb529ec Added missing export for the flutter engine group. (flutter/engine#23689)
2021-01-14 15:20:26 -08:00
..
2020-09-02 18:35:05 -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. 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.