flutter/dev/manual_tests/lib
Greg Spencer d57d493507
Reland: Add OrderedFocusTraversalPolicy and FocusTraversalGrou… (#50672)
This re-lands #49235 with the addition of includeSemantics flag on the Focus widget so that the FocusTraversalGroup can create a Focus widget without affecting the semantics tree.

The FocusTraversalGroup uses the Focus widget to create a grouping of descendants for traversal, but doesn't actually participate in focus (canRequestFocus is always false), so we don't want it to add a Semantics widget in that case, since that can cause semantics changes. The canRequestFocus attribute can also be used when a widget is disabled, so we do sometimes want to include Semantics even if that is false, but not in the case where it is always false, as for FocusTraversalGroup.

- Added a test to make sure that FocusTraversalGroup doesn't add any semantics information.
2020-02-12 16:22:01 -08:00
..
actions.dart Reland: Add OrderedFocusTraversalPolicy and FocusTraversalGrou… (#50672) 2020-02-12 16:22:01 -08:00
animated_icons.dart License update (#45373) 2019-11-27 15:04:02 -08:00
card_collection.dart Migrate TextTheme to 2018 APIs (#48547) 2020-01-24 19:03:01 -08:00
color_testing_demo.dart License update (#45373) 2019-11-27 15:04:02 -08:00
density.dart remove unnecessary string interpolations (#49622) 2020-01-31 18:30:21 +01:00
drag_and_drop.dart Migrate TextTheme to 2018 APIs (#48547) 2020-01-24 19:03:01 -08:00
focus.dart Reland: Add OrderedFocusTraversalPolicy and FocusTraversalGrou… (#50672) 2020-02-12 16:22:01 -08:00
hover.dart Migrate TextTheme to 2018 APIs (#48547) 2020-01-24 19:03:01 -08:00
main.dart License update (#45373) 2019-11-27 15:04:02 -08:00
material_arc.dart implicit-casts:false in dev (#45787) 2019-12-05 22:34:06 +01:00
overlay_geometry.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
page_view.dart implicit-casts:false in dev (#45787) 2019-12-05 22:34:06 +01:00
raw_keyboard.dart Migrate TextTheme to 2018 APIs (#48547) 2020-01-24 19:03:01 -08:00
text.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00