Files
flutter/bin/internal
engine-flutter-autoroll 9cfa87b8d9 Roll Flutter Engine from 2ba17ba9f00e to 4c613a63aa79 (7 revisions) (#108392)
* 125a4b4a0 Roll Skia from c334e0933076 to a9d44a41296f (1 revision) (flutter/engine#34909)

* 763feb4a0 Roll Skia from a9d44a41296f to b7e27876f093 (1 revision) (flutter/engine#34911)

* 9388b8ec4 [Impeller] [vulkan] Wire-up creating pipeline (flutter/engine#34890)

* bdcc9603d Roll buildroot deps (flutter/engine#34894)

* 9a8686477 Roll Dart SDK from c77db322733f to 52c6d32a67b6 (1 revision) (flutter/engine#34914)

* 1a9eb883b Roll Fuchsia Linux SDK from JG8eZzFic... to 4xjxrGUrD... (flutter/engine#34915)

* 4c613a63a Remove the OpenGL backend on iOS (flutter/engine#34913)
2022-07-26 15:57:17 -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.