mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* Support 'be' channel so you can download dart-sdk from the tip. This is triggered when you put 'hash/<build hash>' into dart-sdk.version file. For example, 'hash/c0617d20158955d99d6447036237fe2639ba088c' * Add README.md * Fix grammar, spacing, 80 chars, nicer ===
10 lines
519 B
Markdown
10 lines
519 B
Markdown
Dart SDK dependency
|
|
===================
|
|
|
|
The Dart SDK is downloaded from one of [the supported channels](https://www.dartlang.org/install/archive),
|
|
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`). |