flutter/bin/internal
xster ea78f448e4 Roll engine (#11619)
* roll

* kick the tests again

* Revert "kick the tests again"

This reverts commit 4480a02ce2.
2017-08-14 17:17:49 -07:00
..
dart-sdk.version Bump Dart SDK to 1.25.0-dev.9.0 (#11509) 2017-08-09 14:45:55 +02:00
engine.version Roll engine (#11619) 2017-08-14 17:17:49 -07:00
gradle_wrapper.version Add gradle wrapper to project template (#10928) 2017-06-26 12:47:43 +02:00
material_fonts.version Cleanup bin/cache (#6247) 2016-10-07 15:24:19 -04: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 Revert "Work around to fix appveyor build (#11295)" (#11297) 2017-07-24 12:54:07 -07:00
update_dart_sdk.sh copy the dart sdk directory when we're upgrading it (#11331) 2017-07-20 21:34:27 -07: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).