Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeSliver & TreeView alternate focus traversal options #148357

Open
Piinks opened this issue May 14, 2024 · 0 comments
Open

TreeSliver & TreeView alternate focus traversal options #148357

Piinks opened this issue May 14, 2024 · 0 comments
Labels
c: new feature Nothing broken; request for a new capability f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package P3 Issues that are less important to the Flutter project team-framework Owned by Framework team triaged-framework Triaged by Framework team

Comments

@Piinks
Copy link
Contributor

Piinks commented May 14, 2024

Follow up to #147171 and flutter/packages#6592

These PRs originally contained a tree traversal order concept for those that wanted to realize breadth first traversal order (visiting all nodes at a given depth before moving on to the next depth), in addition to the default (which is depth first).

At the time we landed those PRs, we did not know of anyone that wanted this feature, so we removed it for the time being until we could gather more information about the need and use cases of this feature.

@Piinks Piinks added framework flutter/packages/flutter repository. See also f: labels. f: scrolling Viewports, list views, slivers, etc. P3 Issues that are less important to the Flutter project team-framework Owned by Framework team triaged-framework Triaged by Framework team p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package c: new feature Nothing broken; request for a new capability labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: new feature Nothing broken; request for a new capability f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. p: two_dimensional_scrollables Issues pertaining to the two_dimensional_scrollables package P3 Issues that are less important to the Flutter project team-framework Owned by Framework team triaged-framework Triaged by Framework team
Projects
None yet
Development

No branches or pull requests

1 participant