* 399a29eed Roll src/third_party/dart 141fcfa61092..4681868aaf77 (9 commits) (flutter/engine#14590) * 97fd705a4 Roll src/third_party/skia 7e2dea568299..dcac29b02d02 (3 commits) (flutter/engine#14591) * 6d9288740 Roll src/third_party/dart 4681868aaf77..b92fefdfe971 (1 commits) (flutter/engine#14592) * 4d7313ffc Roll fuchsia/sdk/core/mac-amd64 from f51Q_... to VC7eE... (flutter/engine#14593) * fac66c28d [web] Long press fix on Safari on IOS (flutter/engine#14588) * 32eb6e922 Roll src/third_party/skia dcac29b02d02..088913a63b7e (1 commits) (flutter/engine#14597) * ede1b6b20 Roll fuchsia/sdk/core/linux-amd64 from 25LzW... to TUoVa... (flutter/engine#14596) * cce5afd48 Roll src/third_party/dart b92fefdfe971..886615d0f95b (2 commits) (flutter/engine#14595) * 9b299f2c2 fix editable placement in a11y mode (flutter/engine#14581) * 33813929e [web] implement pushImageFilter (flutter/engine#14599)
Dart SDK dependency
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.