flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
Theory infinite list
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

start

Click on it and it will look like this

The effect you want to achieve

How can I do that? Sorry, I'm communicating with the translation software right now
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.