-
Notifications
You must be signed in to change notification settings - Fork 75
core: add pagination and update example #222
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
Conversation
A Timer is still pending even after the widget tree was disposed.
Codecov Report
@@ Coverage Diff @@
## master #222 +/- ##
==========================================
- Coverage 76.94% 74.30% -2.65%
==========================================
Files 139 145 +6
Lines 4646 5024 +378
==========================================
+ Hits 3575 3733 +158
- Misses 1071 1291 +220
Continue to review full report at Codecov.
|
…ream-feed-flutter into core-add-pagination
Any update on this? |
@HayesGordon @sachaarbonel Any update on this? I really need this. |
…ream-feed-flutter into core-add-pagination
This is a draft pull request.
There are a few things to consider:
queryEnrichedActivities
in favor ofqueryPaginatedEnrichedActivities
We will also need similar logic for
ReactionListCore
and wherever else pagination is needed.NOTE: There is a bug in the childReactions, where
ownChildren
is not being retrieved/stored on a reaction. This is a separate issue outside of this pull request, however, the updated example illustrates the problem.