tree: 44f6b5f3e7c3da9595b5f1dc26bde1894640ba27 [path history] [tgz]
  1. canvaskit.version
  2. content_aware_hash.ps1
  3. content_aware_hash.sh
  4. engine.version
  5. exit_with_errorlevel.bat
  6. flutter_packages.version
  7. fuchsia-linux.version
  8. gradle_wrapper.version
  9. ios-deploy.version
  10. last_engine_commit.ps1
  11. last_engine_commit.sh
  12. libimobiledevice.version
  13. libimobiledeviceglue.version
  14. libplist.version
  15. libusbmuxd.version
  16. libzip.version
  17. material_fonts.version
  18. openssl.version
  19. README.md
  20. release-candidate-branch.version
  21. shared.bat
  22. shared.sh
  23. update_dart_sdk.ps1
  24. update_dart_sdk.sh
  25. update_engine_version.ps1
  26. update_engine_version.sh
bin/internal/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 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.