Flood_Mobile
Flood_Mobile copied to clipboard
Implement pagination in the RSS feed screen.
Problem description Sometimes, the user can request ‘n’ no. of torrents to be displayed in the feed. In this scenario, loading all the list items at once causes the UI to lag.
Solution We can lazily load the list items in chunks instead of all at once. This is commonly known as pagination. Several optimizations can be made as follows:
- Loading items only when the user clicks to ‘load more’.
- Retrying/refreshing a network request
- Saving the feed items in the local cache first and then displaying them.
- Filtering and sorting list items
Implementation We can use a paging library to fetch chunks of data, by their page keys. https://pub.dev/packages/infinite_scroll_pagination.
Are you working on this? (Yes/No) Yes.
This is what the UI would possibly look like ------------------

@DivS-15 this looks like a great enhancement. You can start working on it. I will assign the issue to you.
Hey anyone working on this? i can work i have used pagination in my projects!
Hey anyone working on this? i can work i have used pagination in my projects!
Hello @dawarepramod4 please go ahead. I will assign this issue to you.
Hey @dawarepramod4, are you still working on this? If not, please assign this issue to me.
Yes I am working on it.I was quite busy.. and also I am setting up the project that's why it's taking time...
Hey @dawarepramod4 Are you still working on this ? If not ,Please Can I work on it ?
Sure you can I am still not able to find time to complete it....
@dawarepramod4 Do I have to get first assigned to work on it or I can complete the work directly ?
@dawarepramod4 Do I have to get first assigned to work on it or I can complete the work directly ?
You can start working .... whenever someone see you are working on it... He/she will assign it to you.... Just add message here
@Akshatji800 can I work on this issue if no one is working on it ??