flutter/bin/internal
2017-12-01 16:31:44 -08:00
..
dart-sdk.version Roll Dart SDK forward for analyzer fix for Fuchsia (#11637) 2017-08-16 19:31:59 -07:00
engine.version Roll to 22e63c3 (#13311) 2017-12-01 16:31:44 -08:00
gradle_wrapper.version Download our own copy of gradle wrapper. (#13267) 2017-12-01 09:39:13 +01:00
material_fonts.version Revert to previously working font file for material icons (#12954) 2017-11-09 16:41:03 -08: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 Fix the continue-at flag in the curl command used to download the Dart SDK (#11757) 2017-08-23 11:28:19 -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).