flutter/examples/flutter_gallery/lib/gallery
Greg Spencer 560873af92
Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013)
This adds a canRequestFocus and skipTraversal argument to FocusScope and FocusScopeNode, so that a scope can prevent being traversed.

This allows a fix for a problem in the gallery where the focus while traversing the list of items would sometimes appear to disappear, since it would be focusing things that were in the backdrop that were part of the tree, but were not visible.

Related Issues
Fixes #42955
2019-10-18 12:31:15 -07:00
..
about.dart Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
app.dart Added ThemeMode support to the Flutter Gallery (#36399) 2019-07-22 11:06:26 -07:00
backdrop.dart Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) 2019-10-18 12:31:15 -07:00
demo.dart more ui-as-code (#35393) 2019-07-02 21:11:56 +02:00
demos.dart [Material] Create demo for material banner (#37631) 2019-08-09 14:26:04 -04:00
example_code_parser.dart Prefer void to null (#22977) 2018-10-16 22:03:06 +02:00
example_code.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
home.dart more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
icons.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
options.dart more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
scales.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
syntax_highlighter.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
themes.dart Added ThemeMode support to the Flutter Gallery (#36399) 2019-07-22 11:06:26 -07:00
updater.dart fix upcoming lint avoid_returning_null_for_void (#23190) 2018-10-17 11:01:37 +02:00