Lock down the no-sound-null-safety option in the compiler #51513
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
P2
A bug or feature request we're likely to work on
Milestone
The option of completely dropping support for unsound null safety in the Dart SDK as a build time option was explored in #50348, looks like this option needs to wait until all Flutter code internally is migrated to be null safe.
As an alternative we will lock down the option to pass --no-sound-null-safety option in the
compile
command (both kernel and aot) and therun
command will run in unsound mode when the input file is a kernel file or AOT snapshot compiled using the unsound option.The text was updated successfully, but these errors were encountered: