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

page flicker when call refresh() #255

Closed jasonhe88 closed 5 months ago

jasonhe88 commented 1 year ago

when call pagingController.refresh(), page will flicker, is there a way to avoid this?

thanks

samtuga1 commented 1 year ago

I'm also facing a similar issue. Did you find any solutions yet?

jasonhe88 commented 1 year ago

I'm also facing a similar issue. Did you find any solutions yet?

No, just fall back to flutter ListView :-)

samtuga1 commented 1 year ago

I'm also facing a similar issue. Did you find any solutions yet?

No, just fall back to flutter ListView :-)

hmmm okay thanks

eduardovfaleiro commented 6 months ago

was just having this problem. if you're using futurebuilder, switch to loading everything in the appendLastPage / appendNextPage, then just consume it in the itembuilder