-
Notifications
You must be signed in to change notification settings - Fork 26
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
onEndOfPage called more than once #1
Comments
Hi! Thanks for reaching out. I've had a look, and it seems that you calling
is causing to update the widget. If you remove that it seems to work. I'll need a way to get notified that new data has finished load so I'm thinking to add an extra parameter to the |
Sorry was a little busy. |
Another idea might be using the LazyLoadScrollView's child's (Value)Key to understand if that has been updated and the LazyLoadScrollView is stable again.
and on the "client" side it would be kind of like this:
|
Heya! Thanks for the feedback. I feel like the |
@GregorySech I added a new parameter to |
Thanks for raising this! |
Hi,
I've used this plugin inside of a StreamBuilder without issues however when I try to use it inside a custom StatefulWidget the onEndOfPage callback gets called more than once.
Here the example app,
The text was updated successfully, but these errors were encountered: