ajilo297 / flutter_tree_view

A Flutter package to create an easily customisable Tree View
MIT License
66 stars 19 forks source link

Filter items #3

Open leonardohklaus opened 5 years ago

leonardohklaus commented 5 years ago

I'm trying to filter the items in the tree. I have the same set up inside a container. When I insert any other widget to work in conjunction with the tree, I get a render error.

I have done several tests with other widgets and for my tree to work, I should leave it isolated from other widgets.

ajilo297 commented 5 years ago

@leonardohklaus I am not sure I understood what you are trying to do here. Could you clarify?

leonardohklaus commented 5 years ago

Reading again here, it really was not clear what need I have. What I commented on were the attempts I made, but I did not describe the suggestion. Excuse me

I'm using your widget to list file directories that we have here where I work. As we have many files, it would be easier to have an option to search the items in the tree, bringing the parents together, being able, along with the search, to expand the tree.

I hope it has become more understandable.

ajilo297 commented 5 years ago

@leonardohklaus I get your point. I won't be able to start working on this right away, but will start working on this when I get some time.

srishalu commented 4 years ago

I am looking for the animation when opening the child items(arrow should be changed from > to down arrow)

I manged to do the animations and changed the arrow state but the issue is on tapping the icon button only it changes, i need to change it on the treeviewchild tap.