From 4a636274bcc6798d4d9118f0c23b3702df11b167 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:13:46 -0700 Subject: [PATCH 1/4] Enable checkbox_list_tile_test --- .../checkbox_list_tile_test.dart | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename packages/material_ui/{temporarily_disabled_tests => test}/checkbox_list_tile_test.dart (99%) diff --git a/packages/material_ui/temporarily_disabled_tests/checkbox_list_tile_test.dart b/packages/material_ui/test/checkbox_list_tile_test.dart similarity index 99% rename from packages/material_ui/temporarily_disabled_tests/checkbox_list_tile_test.dart rename to packages/material_ui/test/checkbox_list_tile_test.dart index d843e0176bdd..6bde4a97a3ea 100644 --- a/packages/material_ui/temporarily_disabled_tests/checkbox_list_tile_test.dart +++ b/packages/material_ui/test/checkbox_list_tile_test.dart @@ -2,17 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -@Skip( - 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.', -) import 'package:cupertino_ui/cupertino_ui.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; -import 'package:material_ui/material_ui.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:material_ui/material_ui.dart'; -import '../widgets/feedback_tester.dart'; +import 'feedback_tester.dart'; Widget wrap({required Widget child}) { return MediaQuery( From c22559255a35014b433b0bf14586c3c58e861f4d Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:16:27 -0700 Subject: [PATCH 2/4] Revert analysis_options updates --- packages/material_ui/analysis_options.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/material_ui/analysis_options.yaml b/packages/material_ui/analysis_options.yaml index bd2a1b96a3d9..7242496ab815 100644 --- a/packages/material_ui/analysis_options.yaml +++ b/packages/material_ui/analysis_options.yaml @@ -5,11 +5,4 @@ analyzer: - "test_fixes/**" # TODO(justinmc): Remove the following exclusion when cross-imports are # fixed. See https://github.com/flutter/flutter/issues/177028. - - "temporarily_disabled_tests/**" - - build/** - - android/** - - ios/** - - web/** - - windows/** - - macos/** - - linux/** + - "temporarily_disabled_tests/**" \ No newline at end of file From c4722148eb95525b485bccf48753d08295d740f0 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:17:15 -0700 Subject: [PATCH 3/4] New line end of file --- packages/material_ui/analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material_ui/analysis_options.yaml b/packages/material_ui/analysis_options.yaml index 7242496ab815..2a65a55977a6 100644 --- a/packages/material_ui/analysis_options.yaml +++ b/packages/material_ui/analysis_options.yaml @@ -5,4 +5,4 @@ analyzer: - "test_fixes/**" # TODO(justinmc): Remove the following exclusion when cross-imports are # fixed. See https://github.com/flutter/flutter/issues/177028. - - "temporarily_disabled_tests/**" \ No newline at end of file + - "temporarily_disabled_tests/**" From 5f5a927facfe48dd944a31daf8e467f278eb6e87 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:59:26 -0700 Subject: [PATCH 4/4] Re-add analysis_options --- packages/material_ui/analysis_options.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/material_ui/analysis_options.yaml b/packages/material_ui/analysis_options.yaml index 2a65a55977a6..bd2a1b96a3d9 100644 --- a/packages/material_ui/analysis_options.yaml +++ b/packages/material_ui/analysis_options.yaml @@ -6,3 +6,10 @@ analyzer: # TODO(justinmc): Remove the following exclusion when cross-imports are # fixed. See https://github.com/flutter/flutter/issues/177028. - "temporarily_disabled_tests/**" + - build/** + - android/** + - ios/** + - web/** + - windows/** + - macos/** + - linux/**