flutter_tree_view icon indicating copy to clipboard operation
flutter_tree_view copied to clipboard

Expanded tree

Open leonardohklaus opened this issue 5 years ago • 13 comments

Have the possibility of make the tree shows expanded result without tap in the items?

leonardohklaus avatar Jan 31 '19 17:01 leonardohklaus

@leonardohklaus It is quite possible. The mechanism of the widget expanding and collapsing is something that was already on the roadmap. I hope I can get the available within a week

ajilo297 avatar Feb 04 '19 11:02 ajilo297

@ajilo297 When will you make expandable feature ?

olzii avatar Mar 03 '19 12:03 olzii

@ajilo297 When will you make expandable feature ?

I wish I could start soon. I am too busy with something else I am working on. I'll see if I can find some time this week. But can't promise anything just yet.

ajilo297 avatar Mar 03 '19 16:03 ajilo297

No news?

leonardohklaus avatar Mar 26 '19 11:03 leonardohklaus

No news?

Sorry, but it will be still be close to 1 month before I finally manage to get some time on my hands. PRs are welcome though.

ajilo297 avatar Mar 26 '19 14:03 ajilo297

@leonardohklaus you're just asking for an isExpanded variable like ExpandableListTile?

ThinkDigitalSoftware avatar May 12 '19 21:05 ThinkDigitalSoftware

@ThinkDigitalRepair yes, and I can change her in runtime.

leonardohklaus avatar May 13 '19 10:05 leonardohklaus

Ok. Got it. I might submit it in a PR

ThinkDigitalSoftware avatar May 13 '19 16:05 ThinkDigitalSoftware

Ok, you can submit?

leonardohklaus avatar May 15 '19 12:05 leonardohklaus

Any news?

leonardohklaus avatar Jul 04 '19 19:07 leonardohklaus

Sorry, I forgot all about this.

ThinkDigitalSoftware avatar Jul 06 '19 20:07 ThinkDigitalSoftware

@leonardohklaus can you try extending the widget and overriding that portion of it? or copy the code and add what you need to it?

ThinkDigitalSoftware avatar Jul 06 '19 20:07 ThinkDigitalSoftware

@leonardohklaus @ThinkDigitalSoftware I am working on this. I had to bring about some breaking changes. The goal was to simplify the API as much as possible and to allow making runtime changes. If you want to try out the current version just clone the master and give it a try. I have to make a few more fixes before I push to Pub.

ajilo297 avatar Jul 07 '19 05:07 ajilo297