From d4446c079bdaa3561064dd1c4e28618bf2ec5d51 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Sat, 9 Nov 2024 09:31:36 -0800 Subject: [PATCH] Remove the unsafe_html analysis rule (flutter/engine#56479) This rule was deleted from the Dart SDK. See https://dart.googlesource.com/sdk/+/cb5c73e06fba5f9a795df532480e3d02028696bd --- engine/src/flutter/analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/src/flutter/analysis_options.yaml b/engine/src/flutter/analysis_options.yaml index 771f8790dde..3991dcfa1b2 100644 --- a/engine/src/flutter/analysis_options.yaml +++ b/engine/src/flutter/analysis_options.yaml @@ -221,7 +221,6 @@ linter: - unnecessary_to_list_in_spreads - unreachable_from_main - unrelated_type_equality_checks - - unsafe_html - use_build_context_synchronously - use_colored_box # - use_decorated_box # leads to bugs: DecoratedBox and Container are not equivalent (Container inserts extra padding)