diff --git a/dev/snippets/config/skeletons/dartpad-sample.html b/dev/snippets/config/skeletons/dartpad-sample.html index 6913021cd8..9afc6233d9 100644 --- a/dev/snippets/config/skeletons/dartpad-sample.html +++ b/dev/snippets/config/skeletons/dartpad-sample.html @@ -13,7 +13,7 @@

{@end-inject-html} \ No newline at end of file diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 8bf6c484ea..b60c96133c 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -444,7 +444,6 @@ void sanityCheckDocs([Platform platform = const LocalPlatform()]) { final List argumentRegExps = [ r'split=\d+', r'run=true', - r'null_safety=true', r'sample_id=widgets\.Listener\.\d+', 'sample_channel=$expectedBranch', 'channel=$expectedBranch',