mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Roll engine to c88ba37c794f57982374bb53a694301198cad593. Changes since last roll: - move generated entry points JSON out of flutter_patched_sdk - List missing core lib bigint_patch.dart source for new Bigint implementation (#4735) - Skip over .emf-files. (#4739) - Roll dart to ee15c8eb689791f6777eb3f6b0a1e9c58ff0671b. * defaultValue -> orElse
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).