flutter/examples/flutter_gallery/lib/demo
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
..
animation fix some formatting issues (#28809) 2019-03-06 09:37:32 +01:00
calculator more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
cupertino Extract some onPress methods (#40678) 2019-09-17 21:00:16 +02:00
fortnightly Fix new prefer_const_constructors after analyzer fix. (#39917) 2019-09-05 19:59:24 -07:00
material add missing trailing commas (in examples/) (#40701) 2019-09-18 20:48:07 +02:00
shrine Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) 2019-10-18 12:31:15 -07:00
transformations Correct typos (#33322) 2019-05-24 19:12:45 -07:00
all.dart Pan and zoom gallery demo (#25164) 2019-04-04 11:59:36 -07:00
animation_demo.dart make @immutable const classes (#9532) 2017-04-21 23:09:42 +02:00
calculator_demo.dart make @immutable const classes (#9532) 2017-04-21 23:09:42 +02:00
colors_demo.dart add missing trailing commas (in examples/) (#40701) 2019-09-18 20:48:07 +02:00
contacts_demo.dart more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
images_demo.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
pesto_demo.dart enable lints prefer_spread_collections and prefer_inlined_adds (#35189) 2019-06-27 21:23:16 +02:00
shrine_demo.dart Updated Shrine demo (#25674) 2018-12-21 17:47:25 -08:00
typography_demo.dart more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
video_demo.dart Add scrollbars to Gallery (#33634) 2019-06-06 10:54:28 -07:00