EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
625 stars 213 forks source link

PagedMasonryGridView can't scroll by mouse in desktop web #329

Closed siulun234 closed 4 months ago

siulun234 commented 4 months ago

I am able to scroll by mouse in PagedGridView, but not in PagedMasonryGridView.

caiombueno commented 4 months ago

hi @siulun234 , can you provide a piece of your code?