flutter/examples/flutter_gallery/test
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
..
calculator Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
demo/material Enables setting of semantics focused and focusable attributes within Focus widgets. (#41814) 2019-10-09 14:45:42 -07:00
accessibility_test.dart Re-land keyboard traversal PRs (#42278) 2019-10-10 13:49:33 -07:00
drawer_test.dart Added ThemeMode support to the Flutter Gallery (#36399) 2019-07-22 11:06:26 -07:00
example_code_display_test.dart Added GalleryApp testMode (#17640) 2018-05-16 11:42:39 -07:00
example_code_parser_test.dart avoid returning null for Future (#23784) 2018-11-05 16:38:23 +01:00
flutter_test_config.dart Add Flutter-repo-specific golden comparator (#17205) 2018-05-03 07:39:41 -07:00
live_smoketest.dart Add buttons customization to WidgetController and related testing classes (#31095) 2019-05-15 15:42:03 -07:00
pesto_test.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
simple_smoke_test.dart Added GalleryApp testMode (#17640) 2018-05-16 11:42:39 -07:00
smoke_test.dart Added ThemeMode support to the Flutter Gallery (#36399) 2019-07-22 11:06:26 -07:00
update_test.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00