muhammad369 / ResponsiveGrid_Flutter

Responsive Grid Layout for Flutter
MIT License
88 stars 27 forks source link

Large Item List #3

Closed apgapg closed 3 years ago

apgapg commented 4 years ago

Thanks for this cool package. Its easy in comparison to GridView. What i see you implemented this using columns and not listview which means if no. of items in list increases, this UI would lag. What are your thoughts on this?

muhammad369 commented 4 years ago

You are welcome you still can place it inside a list view

i didn't expect somebody may use it with large no. of items, so it's a layout

muhammad369 commented 3 years ago

the ResponsiveGridRow is intended to contain 12 children at most if you have many items, you shall place ResponsiveGridRows inside a list