Add --strict_null_safety_checks to the Dart flag allowlist (flutter/engine#23144)

This commit is contained in:
Zachary Anderson 2020-12-17 09:44:00 -08:00 committed by GitHub
parent 210bfc98c6
commit 609ec347ce

View File

@ -67,6 +67,7 @@ static const std::string gAllowedDartFlags[] = {
"--trace-reload-verbose",
"--write-service-info",
"--null_assertions",
"--strict_null_safety_checks",
};
// clang-format on