flutter/bin/internal
xster 02546c7046
Revert engine back to 33b881 (#14905)
* Revert "Disable a text field test that fails on some Macs with libtxt (#14895)"

This reverts commit aa04a056f3.

* Revert "Roll engine to 33b88173f3820690169348859bbdc29133179e0b (#14832)"

This reverts commit 44592238bb.

* Revert non-engine reverts
2018-02-26 18:20:46 -08:00
..
engine.version Revert engine back to 33b881 (#14905) 2018-02-26 18:20:46 -08:00
gradle_wrapper.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
material_fonts.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
README.md Support 'be' channel so you can download dart-sdk from the tip. (#10625) 2017-06-13 08:28:16 -07:00
update_dart_sdk.ps1 Use the Dart SDK built from Flutter engine rather than from dartlang.org (#14610) 2018-02-14 07:18:25 -08:00
update_dart_sdk.sh Use the Dart SDK built from Flutter engine rather than from dartlang.org (#14610) 2018-02-14 07:18:25 -08:00

Dart SDK dependency

The Dart SDK is downloaded from one of the supported channels, cached in bin/cache/dart-sdk and is used to run Flutter Dart code.

The file bin/internal/dart-sdk.version determines the version of Dart SDK that will be downloaded. Normally it points to the dev channel (for example, 1.24.0-dev.6.7), but it can also point to particular bleeding edge build of Dart (for example, hash/c0617d20158955d99d6447036237fe2639ba088c).