flutter/bin/internal
2017-06-14 17:10:56 -07:00
..
dart-sdk.version Bump to Dart SDK 1.24.0-dev.6.7. (#10585) 2017-06-08 15:15:18 -07:00
engine.version roll engine to 18fdfb86bb3876fcbb4e1d25e5b2aad0c5cd669f (#10711) 2017-06-14 17:10:56 -07: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 Support 'be' channel so you can download dart-sdk from the tip. (#10625) 2017-06-13 08:28:16 -07:00
update_dart_sdk.sh Support 'be' channel so you can download dart-sdk from the tip. (#10625) 2017-06-13 08:28:16 -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).