flutter/bin/internal
engine-flutter-autoroll b2fa7fee11
Roll Packages from cd089638189e to 1f069a7e0010 (1 revision) (#168006)
cd08963818...1f069a7e00

2025-04-29 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 16 directories
with 8 updates (flutter/packages#9119)

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
2025-04-29 19:57:11 +00:00
..
canvaskit.version 15d59792e Roll Skia from dfb838747295 to 9e51c2c9e231 (26 revisions) (flutter/engine#38827) (#118432) 2023-01-13 06:28:24 +00:00
content_aware_hash.ps1 Roll forward "Content aware hash moved..." with fix (#166873) 2025-04-09 20:24:58 +00:00
content_aware_hash.sh Roll forward "Content aware hash moved..." with fix (#166873) 2025-04-09 20:24:58 +00:00
exit_with_errorlevel.bat [Windows] Remove the usage of SETLOCAL ENABLEDELAYEDEXPANSION from bat scripts. (#106861) 2022-07-14 21:56:10 +00:00
flutter_packages.version Roll Packages from cd089638189e to 1f069a7e0010 (1 revision) (#168006) 2025-04-29 19:57:11 +00:00
fuchsia-linux.version Roll Flutter Engine from 61616ace5fa8 to eac3180b2366 (3 revisions) (#160386) 2024-12-16 23:15:23 +00:00
gradle_wrapper.version Point to a new artifacts location. (#70673) 2021-02-04 18:44:47 -08:00
ios-deploy.version Roll ios-deploy iOS artifact (#115042) 2022-11-10 17:38:38 +00:00
libimobiledevice.version update libimobiledevice and usbmuxd (#65140) 2020-09-02 18:58:34 -07:00
libplist.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
libzip.version
material_fonts.version [Fonts] Update icons (#111092) 2022-09-07 17:32:51 +00:00
openssl.version Revert "Revert "[flutter_tools] update libimobiledevice (#59512)" (#60551)" (#60569) 2020-06-29 18:29:58 -07:00
README.md Trigger Build Part Deux (#160481) 2024-12-18 20:18:06 +00:00
shared.bat Update update_dart_sdk.sh|ps1 and related to use bin/cache/engine.stamp|realm. (#164498) 2025-03-03 20:58:16 +00:00
shared.sh Ensure engine.version is up to date in the monorepo (#160668) 2024-12-20 20:17:27 +00:00
update_dart_sdk.ps1 Update update_dart_sdk.sh|ps1 and related to use bin/cache/engine.stamp|realm. (#164498) 2025-03-03 20:58:16 +00:00
update_dart_sdk.sh Fix ISSUE_TEMPLATE Ordering: 10 < 9, but 10 > 09 (#166455) 2025-04-03 00:24:34 +00:00
update_engine_version.ps1 Unset GIT_DIR and other variables before updating (#165818) 2025-03-24 21:45:22 +00:00
update_engine_version.sh Unset GIT_DIR and other variables before updating (#165818) 2025-03-24 21:45:22 +00:00
usbmuxd.version update libimobiledevice and usbmuxd (#65140) 2020-09-02 18:58:34 -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 where to find compiled artifacts of the engine. These artifacts are compiled in the Merge Queue for every commit in the flutter repository.

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.