bixat / flexible_wrap

https://pub.dev/packages/flexible_wrap
MIT License
11 stars 0 forks source link

Lazy rendering of children widgets #13

Open colinbes opened 4 months ago

colinbes commented 4 months ago

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?

M97Chahboun commented 4 months ago

Are you means render children with specific height/width ?

colinbes commented 4 months ago

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: @.***>

M97Chahboun commented 4 months ago

I think you talk about this issue #12 currently not supported yet but we have it on our roadmap