ftognetto / riverpod_infinite_scroll

A plugin for Flutter's infinite_scroll_pagination that works with Riverpod.
MIT License
27 stars 23 forks source link

Is there a way to add a stream provider so new data is fetched automatically? #44

Open kornha opened 1 year ago

kornha commented 1 year ago

Currently I can only pull to refresh, is there a way to do this in a stream?

ftognetto commented 2 months ago

hi @kornha can you be more specific?

kornha commented 2 weeks ago

Hey there, when new data arrives there is no update to the UI. I would like to show a button "pull to refresh" or something to this effect. Is this possible/any recommendations how to do so? @ftognetto

kornha commented 2 weeks ago

Eg., on X, when there is no info a blue popover shows up telling you to pull/click to refresh