flutter/dev/manual_tests/lib
Greg Spencer ce1509714c
Re-land keyboard traversal PRs (#42278)
This attempts to reland #40186 and #41220, that were reverted in #41945.

The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed.

I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...)

Fixes #40101
2019-10-10 13:49:33 -07:00
..
actions.dart Re-land keyboard traversal PRs (#42278) 2019-10-10 13:49:33 -07:00
animated_icons.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
card_collection.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
color_testing_demo.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
drag_and_drop.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
focus.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
hover.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
main.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
material_arc.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
overlay_geometry.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
page_view.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
raw_keyboard.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00
text.dart Desktop manual tests (#41247) 2019-09-25 14:49:22 -07:00