huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Allow for scrolling #76

Closed thunderbug1 closed 7 months ago

thunderbug1 commented 7 months ago

The current behaviour is that the widet blocks every scrolling behaviour. It would be useful for some applications if scrolling is still possible and a drag operation is only started after long pressing an item.

huhuang03 commented 7 months ago

Hello, you can run the in-project examples, and see if Sliver Grid fit your need.

thunderbug1 commented 7 months ago

Thank you for the hint, I was able to get the wanted behavior by setting the scroll physics explicitly :) physics: const BouncingScrollPhysics()