mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 05:42:27 +08:00
* Revert "test missed a mock (#11098)" This reverts commit 1a01de9ab36ebfeb627c505ab582dd37329bbbb5. * Revert "Roll engine to 9117705b3653565a240314481c63eb93090f7232 (#11114)" This reverts commit 12b395280b43e363f4d6ca2e9da3a6314677b634.
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).