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'm using the package for a expandable Tree structure, that's indefinitely nested.
It looks to me that the widget does not build the children widgets lazily.
Am I correct in this assumption?
And if so, is there a reason for that?
Wouldn't it be beneficial, if the widgets that are expanded would only be build, when they are expanded?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for pointing it out. Right now, not only the sliver will be built even if it's not expanded, in case of something like SliverList, the children gets built too based on the offset. I haven't found the time to do the optimizations and surely there's a lot to do. I will work on them but in the meantime feel free to contribute.
Hi,
I'm using the package for a expandable Tree structure, that's indefinitely nested.
It looks to me that the widget does not build the children widgets lazily.
Am I correct in this assumption?
And if so, is there a reason for that?
Wouldn't it be beneficial, if the widgets that are expanded would only be build, when they are expanded?
Thanks.
The text was updated successfully, but these errors were encountered: