muhammad369 / ResponsiveGrid_Flutter

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

Change Column to ListView #4

Closed apgapg closed 3 years ago

apgapg commented 4 years ago

This optimization will prevent UI lag when no. of items list becomes very large

adeyinkabadmus commented 3 years ago

The second fix is part of the block that's run when scroll is set to false. How about when the user nests the widget with this fix now been a scrollable in another scrollable which will result in a rendering issue. Perhaps adding shrinkWrap will work.