Ian Hickson f4ccb4b6a4 Update engine.version (#11985)
This roll includes:
https://github.com/flutter/engine/pull/4069 - Return generated kernel filename on incremental compilation results
https://github.com/flutter/engine/pull/4070 - Updates for the dart:fidl.internal rename and split
https://github.com/flutter/engine/pull/4072 - Set the is_official_build flag that disables GR_TEST_UTILS in Skia
https://github.com/flutter/engine/pull/4067 - Define which SemanticsNodes are a11y focusable on Android
2017-09-07 15:29:26 -07:00
..
2017-09-07 15:29:26 -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).