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
612 stars 202 forks source link

Horizontal Scroll Direction. #276

Closed eodAmalitech closed 12 months ago

eodAmalitech commented 12 months ago

The builderDelegate defaults the PageListView as a vertical ListView. In my application, I want a horizontal scroll direction. Checked through the Parameters yet cannot find any scroll direction.

EArminjon commented 4 months ago

what was the solution ?