letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.14k stars 510 forks source link

Theory infinite list #305

Open liucheng556 opened 1 year ago

liucheng556 commented 1 year ago

I use GridView.custom to build a list of theoretically infinite data but it is theoretically an infinite grid set up in the gridDelegate but how do I remove the laouy effect from one of these items

code
image

start image

Click on it and it will look like this
image

The effect you want to achieve image

How can I do that? Sorry, I'm communicating with the translation software right now

letsar commented 1 year ago

What to you do exactly? If you use the quilted layout, you'll always have a quilted layout. If you remove an item the layout will be the same but the index will change.