Open colinbes opened 4 months ago
Are you means render children with specific height/width ?
For example if I have 1000 items to display and you if screen width allows 4 items per row we would need 250 rows. If screen height could fit 25 rows we would need to only display 25 rows and ideally only 25*4 (100) widgets. Similarly to how listview’s lazy loading wokrs.Sent from my iPhoneOn Jul 27, 2024, at 13:23, Mohammed CHAHBOUN @.***> wrote: Are you means render children with specific height/width ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
I think you talk about this issue #12 currently not supported yet but we have it on our roadmap
Great effort on this widget, it is sorely needed.
Does flexible_wrap support lazy generation/rendering (not sure what correct term is) for children widgets of flexible_wrap that extend off the viewport?