From 1867727fcdf9f4324a123c52d477293af0a9856a Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Thu, 17 Dec 2020 08:20:08 -0800 Subject: [PATCH] Add --strict_null_safety_checks to the Dart flag allowlist --- shell/common/switches.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/common/switches.cc b/shell/common/switches.cc index e2fa0b2849430..c843249353064 100644 --- a/shell/common/switches.cc +++ b/shell/common/switches.cc @@ -67,6 +67,7 @@ static const std::string gAllowedDartFlags[] = { "--trace-reload-verbose", "--write-service-info", "--null_assertions", + "--strict_null_safety_checks", }; // clang-format on