Files
flutter/bin/internal
engine-flutter-autoroll 79709605ce Roll Engine from a33937429616 to 08d9bc0fdd62 (12 revisions) (#82425)
* 67b046ec6 Update documentation for embedding SplashScreen (flutter/engine#25943)

* a0a7203c6 Set exitcode to 0 on successful uwptool launch (flutter/engine#26105)

* ecb367f05 Roll Skia from 0270bf5d10be to 4e9d5e2bdf04 (5 revisions) (flutter/engine#26102)

* 85bcce7f9 Roll Dart SDK from 934cc986926d to 171876a4e6cf (2 revisions) (flutter/engine#26101)

* b99a36204 Roll Fuchsia Mac SDK from GNyjTge9c... to q1qWG9XiN... (flutter/engine#26107)

* f7c3e7ee0 Added exception if you try to reply with a non-direct ByteBuffer. (flutter/engine#25952)

* 96ec5a529 Roll Skia from 4e9d5e2bdf04 to 84f70136abfb (4 revisions) (flutter/engine#26108)

* 2c3c1dfb7 Use a comma-separated args string for UWP (flutter/engine#26110)

* 25c06a44d Roll Skia from 84f70136abfb to 66441d4ea0fa (2 revisions) (flutter/engine#26111)

* d21a04bda Roll Skia from 66441d4ea0fa to 537b7508343d (1 revision) (flutter/engine#26113)

* aeb98f470 Roll Fuchsia Linux SDK from MoY7UVVro... to WYD7atCH7... (flutter/engine#26116)

* 08d9bc0fd Revert "Sped up the objc standard message codec (#25998)" (flutter/engine#26117)
2021-05-13 01:33:36 -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. 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.