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
605 stars 201 forks source link

Expose ScrollBehavior #320

Closed OliverRhyme closed 3 months ago

OliverRhyme commented 3 months ago

I would be nice if we could manually modify the scroll behavior. Like if we could decide whether or not to show scrollbars or when to allow scrolling (mouse, touch, etc).

Related change: https://docs.flutter.dev/release/breaking-changes/default-scroll-behavior-drag