mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Includes: * Remove declaration for undefined GPUSurfaceGL::SelectPixelConfig (flutter/engine#4857) * Vulkan swap chain setup no longer uses GrPixelConfig and doesn't incl… * Revert dart roll 20180322 (flutter/engine#4855) * Roll back pub upgrade. (flutter/engine#4854) * Roll flutter 20180322a (flutter/engine#4852) * Document Window.defaultRouteName a little better. (flutter/engine#4851) * Roll dart to 95e9e890a9 (flutter/engine#4850)
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).