flutter/packages/flutter_test/lib
Michael Goderbauer 50862bc04a
Fix SemanticsFinder for multi-view (#143485)
Fixes https://github.com/flutter/flutter/issues/143405.

It was counter-intuitive that a SemanticsFinder without specifying a FlutterView would only search the nodes in the default view. This change makes it so that when no view is specified the semantics trees of all known FlutterViews are searched.
2024-02-16 22:24:55 +00:00
..
fix_data Reland simulatedAccessibilityTraversal fix (#143527) 2024-02-15 21:37:40 +00:00
src Fix SemanticsFinder for multi-view (#143485) 2024-02-16 22:24:55 +00:00
flutter_test.dart Adds SemanticsNode Finders for searching the semantics tree (#127137) 2023-08-10 21:31:06 +00:00