Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular loading widget persists if initial data doesn't fill the screen #4

Open
jacksilver2 opened this issue Feb 3, 2021 · 0 comments

Comments

@jacksilver2
Copy link

This is a very useful implementation of infinite scrolling and your videos are great, however I found that if there isn't enough data to fill the screen (i.e no need for scrolling) then the loading widget appears at the bottom and never goes away. Is there a way to fix this? This happens, for example if we choose 10 in the following line (in models.dart).

return _getExampleServerData(10).then((postsData)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant