bc0c22d579...45bcc3210f2024-12-05 737941+loic-sharma@users.noreply.github.com [various] Add Swift Package Manager integration to Google sign in example apps (flutter/packages#8230) 2024-12-05 engine-flutter-autoroll@skia.org Roll Flutter frome1e4ee9a01toab5b20c16d(7 revisions) (flutter/packages#8236) 2024-12-05 stuartmorgan@google.com [various] Update iOS/macOS Pigeon versions (flutter/packages#8226) 2024-12-05 ditman@gmail.com [ci] Adds google_adsense to labeler.yml (flutter/packages#8231) 2024-12-05 tarrinneal@gmail.com [pigeon] adds event channel support for kotlin and swift (flutter/packages#7892) 2024-12-04 50541317+sokoloff06@users.noreply.github.com [google_adsense] (Experimental) AdSense plugin for Flutter Web (flutter/packages#6871) 2024-12-04 737941+loic-sharma@users.noreply.github.com [various] Add Swift Package Manager integration to image picker examp… (flutter/packages#8227) 2024-12-04 737941+loic-sharma@users.noreply.github.com [pigeon] Add Swift Package Manager integration to example app (flutter/packages#8225) 2024-12-04 pawel.jakubowski@leancode.pl [video_player_avfoundation] Split iOS native code into multiple files (flutter/packages#8171) 2024-12-04 engine-flutter-autoroll@skia.org Roll Flutter frome64ee5de7ctoe1e4ee9a01(18 revisions) (flutter/packages#8224) 2024-12-04 737941+loic-sharma@users.noreply.github.com [various] Add Swift Package Manager integration to example apps (flutter/packages#8219) 2024-12-04 stuartmorgan@google.com [google_maps_flutter] Annotate deprecated member usage (flutter/packages#8214) 2024-12-04 10687576+bparrishMines@users.noreply.github.com [pigeon] Fixes channel names of the named constructors of ProxyApis. (flutter/packages#8201) 2024-12-03 stuartmorgan@google.com [local_auth] Add compatibility with intl 0.20 (flutter/packages#8217) 2024-12-03 stuartmorgan@google.com [various] Replaces deprecated `whereNotNull()` (flutter/packages#8215) 2024-12-03 engine-flutter-autoroll@skia.org Roll Flutter from08e26a3ffctoe64ee5de7c(20 revisions) (flutter/packages#8213) 2024-12-02 stuartmorgan@google.com [shared_preferences] Limit Android decoding (flutter/packages#8187) 2024-12-02 49699333+dependabot[bot]@users.noreply.github.com [camera_android]: Bump androidx.annotation:annotation from 1.9.0 to 1.9.1 in /packages/camera/camera_android/android (flutter/packages#8164) 2024-12-02 49699333+dependabot[bot]@users.noreply.github.com [gradle]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.0 in /packages/pigeon/platform_tests/test_plugin/android (flutter/packages#8205) 2024-11-28 engine-flutter-autoroll@skia.org Roll Flutter fromfae695ed61to08e26a3ffc(19 revisions) (flutter/packages#8197) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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.
The bin/internal/flutter_packages.version file specifies the version
of the flutter/packages repository to be used for testing. The
flutter/packages 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.