flutter/packages/flutter_tools/lib
Greg Spencer 14309b9311
Adds the semantic node traversal API. (#14060)
This adds an API for defining the semantic node traversal order.

It adds a sortOrder argument to the Semantics widget, which is a class that can define a list of sort keys to sort on. The keys are sorted globally so that an order that doesn't have to do with the current widget hierarchy may be defined.

It also adds a shortcut sortKey argument to the Semantics widget that simply sets the sortOrder to just contain that key.

The platform side (flutter/engine#4540) gets an additional member in the SemanticsData object that is an integer describing where in the overall order each semantics node belongs. There is an associated engine-side change that takes this integer and uses it to order widgets for the platform's accessibility services.
2018-02-06 13:24:16 -08:00
..
src Adds the semantic node traversal API. (#14060) 2018-02-06 13:24:16 -08:00
executable.dart unnessary parenthesis (#14475) 2018-02-06 09:00:11 +01:00
runner.dart Condense and summarize doctor output without --verbose (#14173) 2018-02-01 10:27:55 -08:00