baumths / flutter_tree_view

A Flutter collection of widgets and slivers that helps bringing your hierarchical data to life.
https://baumths.github.io/flutter_tree_view
MIT License
175 stars 62 forks source link

I encountered a problem #76

Closed 015-Michelle closed 10 months ago

015-Michelle commented 10 months ago

When the amount of data is too large, I found problems with UI rendering. My code is similar to the example. The first node puts one piece of data, and its children put more than a hundred pieces of data. When I expand the first node and scroll down, I will find that there are many sets of repeated data for this node. can anyone help me image image image

015-Michelle commented 10 months ago

Sorry, it's my fault.