From 5879a5cba13741a170c18a91f9583f6483c8dd60 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Sun, 27 Oct 2024 18:09:20 -0700 Subject: [PATCH] Remove unsafe_html lint rule (#157531) Fixes https://github.com/flutter/flutter/issues/157530 --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index e3b1d6f957..e613f771da 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -236,7 +236,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)