
b2479f8d2 Revert "Roll src/third_party/skia 06a477c3300d..dd650c40d148 (11 commits) (#6801)" (flutter/engine#6809) 16f8c67f0 Update paint hinting for upcoming Skia API changes. (flutter/engine#6802) e011d544b Roll src/third_party/skia 06a477c3300d..dd650c40d148 (11 commits) (flutter/engine#6801) 47ef89ee5 Include vector in embedded_views.h (flutter/engine#6800) a0efb9419 Make the FlutterPlatformViewFactory create FlutterPlatformViews. (flutter/engine#6782) 7ed4909fc Fix mDNS publishing for iOS simulator (flutter/engine#6789) 86d34e02d disable embedder_unittests (flutter/engine#6798) 01f6ad0fb Roll src/third_party/skia 5d58d09ae77d..06a477c3300d (5 commits) (flutter/engine#6797) 18ca035cf Discard embedded UIViews on hot restart. (flutter/engine#6772) 387ca2ef8 Add an internal_nodes_canvas to PaintContext. (flutter/engine#6728)
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.