Files
flutter/bin/internal
engine-flutter-autoroll 3d47dd851d Roll Engine from f0325b6a3d6d to 19f853d5a733 (14 revisions) (#86725)
* dd4850440 add test for scaled playback of DL and SkPicture (flutter/engine#27503)

* 791e2dc60 Roll Fuchsia Linux SDK from FGuPZEZLt... to 665qcW5C1... (flutter/engine#27561)

* dd95642ba Roll Skia from fe49b2c6f41b to 946a4cb8acb7 (9 revisions) (flutter/engine#27564)

* b47764518 Added a test filter for objc tests (flutter/engine#27566)

* 6975e55cb Roll Fuchsia Mac SDK from 897eI2xwc... to rQOi2N8BM... (flutter/engine#27572)

* a0f41b21e Roll Skia from 946a4cb8acb7 to 38a6e5aa1a49 (8 revisions) (flutter/engine#27573)

* 024dbabee Roll Skia from 38a6e5aa1a49 to 2373b9ed9617 (1 revision) (flutter/engine#27574)

* 1898563b3 Roll Skia from 2373b9ed9617 to 3f6e8d8864bb (2 revisions) (flutter/engine#27575)

* ef9ac7539 Roll Skia from 3f6e8d8864bb to b5cd95b58fba (2 revisions) (flutter/engine#27576)

* 1de3b8778 MacOS: Release backbuffer surface when idle (flutter/engine#27189)

* a1ed81a37 Roll Skia from b5cd95b58fba to d37bb6ae7248 (1 revision) (flutter/engine#27578)

* 52b976c3e Extract the prebuilt Dart SDK to a temp directory and then move it after the extraction completes (flutter/engine#27569)

* 00da6c3d8 Roll Fuchsia Linux SDK from 665qcW5C1... to q6H_ZE5Bs... (flutter/engine#27581)

* 19f853d5a Roll Dart SDK from b410651bd18e to f82b36d0b4f0 (5 revisions) (flutter/engine#27582)
2021-07-20 15:01:27 -07: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. 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.