google / flutter.widgets

https://pub.dev/packages/flutter_widgets
BSD 3-Clause "New" or "Revised" License
1.38k stars 486 forks source link

Infinite load data. #300

Open wondertalik opened 3 years ago

wondertalik commented 3 years ago

Hi there, how can i detect that no items to scroll? I have a horizontal list of dates for one week and want to load more data if the user try overscroll.

NaikSoftware commented 3 years ago

Trigger load more when item with last index being built (from builder callback).

jamesderlin commented 2 years ago

What widget are you asking about?