mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source. Fixes #59873