You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a tree view in which the parent header of contents is a sticky header.
I have made implementation similar to example/lib/examples/nested.dart.
But the issue with MultiSliver is that it is not good for large list.
There are other packages which implement tree view in an optimised way - animated_tree_view, flutter_fancy_tree_view, they have sliver implementations but I can't find a way to use them with sticky header.
Is it possible to implement a tree view with sticky headers?
The text was updated successfully, but these errors were encountered:
I want a tree view in which the parent header of contents is a sticky header.
I have made implementation similar to example/lib/examples/nested.dart.
But the issue with
MultiSliver
is that it is not good for large list.There are other packages which implement tree view in an optimised way - animated_tree_view, flutter_fancy_tree_view, they have sliver implementations but I can't find a way to use them with sticky header.
Is it possible to implement a tree view with sticky headers?
The text was updated successfully, but these errors were encountered: