-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Open
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Description
Umbrella issue: #177028
Design doc: https://docs.google.com/document/d/1UHxALQqCbmgjnM1RNV9xE2pK3IGyx-UktGX1D7hYCjs/edit?tab=t.0
Any test with a Material import that isn't strictly necessary should remove it. This will help with our general test organization and also help remove a devDependency after Material and Cupertino are decoupled from the framework.
How to fix
- Find a test listed below that is not already fixed (checked) and that does not have a PR already linked.
- Hopefully all you need to do is to remove the Material import and make sure the tests still pass.
- When you open a PR, reference this issue as "Part of " instead of "Fixes", to avoid it being prematurely closed.
Tests to fix:
Located in Widgets, imported Material
- test/widgets/sensitive_content_error_handling_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- test/widgets/shrink_wrapping_viewport_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Possibly accidental. Widgets worked fine with the existing test.
- test/widgets/semantics_2_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_9_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_4_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/sensitive_content_host_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/sensitive_content_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_refactor_regression_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/widget_inspector_test_utils.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/sliver_fill_viewport_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- test/widgets/semantics_5_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_10_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/binding_deferred_first_frame_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_zero_surface_size_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_8_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/test_border.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- Move CheckedModeBanner tests to material and remove Material import from widgets banner_test #181261
- test/widgets/banner_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- MaterialApp
- test/widgets/router_restoration_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/list_view_correction_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/overlay_portal_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/multi_view_tree_updates_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/icon_data_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/list_view_fling_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/sliver_constrained_cross_axis_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/overlay_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_3_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/transitions_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_traversal_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- Remove unnecessary Material import from sliver_visibility_test #181248
- test/widgets/sliver_visibility_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- test/widgets/slotted_render_object_widget_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_6_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/observer_tester.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/multi_view_no_implicit_view_binding_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_checks_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/implicit_semantics_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/focus_manager_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_11_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/binding_live_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/multi_view_parent_data_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/default_colors_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/sensitive_content_unknown_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/binding_first_frame_developer_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/drag_boundary_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- test/widgets/list_view_relayout_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_1_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/independent_widget_layout_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/binding_first_frame_rasterized_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/scroll_delegate_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/semantics_7_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
- test/widgets/parent_data_test.dart
- Located in Widgets, imported Material.
- Category: Legacy
- Status: @justinmc fixed in Some cleanup of cross library test imports #177029.
Located in Widgets, imported Cupertino
- test/widgets/multi_view_parent_data_test.dart
- Located in Widgets, imported Cupertino.
- Category: Legacy
Located in Cupertino, imported Material
- Remove unnecessary Material import from cupertino/slider_test.dart #180957
- test/cupertino/slider_test.dart
- Located in Cupertino, imported Material.
- Category: Legacy
- Fix cross imports for all Cupertino tests #181634
- test/cupertino/action_sheet_test.dart
- Located in Cupertino, imported Material.
- Category: Legacy
- Fix remove material import textfield #181254
- test/cupertino/text_field_restoration_test.dart
- Located in Cupertino, imported Material.
- Category: Legacy
- Remove unnecessary Material import from dialog_test.dart #181249
- test/cupertino/dialog_test.dart
- Located in Cupertino, imported Material.
- Category: Legacy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Type
Projects
Status
In Progress
Status
Todo