engine-flutter-autoroll 3f5b105fc7
Roll Plugins from d065e4e0a82a to 6f985d57b04b (10 revisions) (#120193)
* 883864599 [image_picker] GIF files will animate without permissions. PNG and GIF files will retain their image type if missing permissions. (flutter/plugins#7084)

* 7a63dbc8f [camera] flip/change camera while recording - platform interface (flutter/plugins#7011)

* c6be93605 Roll Flutter from b8f5394a5ca6 to 3c3c9a1bd98f (3 revisions) (flutter/plugins#7107)

* eb0a6b562 [gh_actions]: Bump github/codeql-action from 2.1.37 to 2.2.1 (flutter/plugins#7059)

* dc0d3a02b [camerax] Wrap methods necessary for preview implementation (flutter/plugins#7046)

* c9f6bee71 [local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/local_auth_android/android (flutter/plugins#6393)

* f5957bde8 [webview_flutter_web] Avoids XHR when possible. (flutter/plugins#7090)

* 55f257382 [Espresso] Update expressio dependencies  (flutter/plugins#7108)

* 76ea8c8ce [url_launcher_ios] Update minimum Flutter version to 3.3 and iOS 11 (flutter/plugins#7110)

* 6f985d57b Redistribute ownership of cross-platform plugin components (flutter/plugins#7093)
2023-02-07 15:51:26 +00: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.