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
629 stars 213 forks source link

Flutter 3.0.1, screen stuck at first page loading #206

Closed igor-chernishenko closed 2 years ago

igor-chernishenko commented 2 years ago

Checked both lib v3.1.0 and v3.2.0 - app gets stuck on PagingStatus.loadingFirstPage even when valid data was provided.

igor-chernishenko commented 2 years ago

Any updates? Kinda urgent issue

igor-chernishenko commented 2 years ago

From debugging I can tell, that after page is appended something calls rebuild() on the widget, which emits empty state which results it being stuck as if I load first page

LaurentiuSimionescu commented 2 years ago

I got the same issue by the way