mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add --strict_null_safety_checks to the Dart flag allowlist (flutter/engine#23144)
This commit is contained in:
parent
210bfc98c6
commit
609ec347ce
@ -67,6 +67,7 @@ static const std::string gAllowedDartFlags[] = {
|
||||
"--trace-reload-verbose",
|
||||
"--write-service-info",
|
||||
"--null_assertions",
|
||||
"--strict_null_safety_checks",
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user