mdanics / fluttergram

A fully functional Instagram clone written in Flutter using Firebase / Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paginated feed

mebman101 opened this issue · comments

Feed needs to be paginated as it loads all data at once. Is there any plan for pagination?

Currently not planning on adding pagination soon as Fluttergram doesn't deal with lots of traffic and is more of a POC. That's not to say I may not add it in a few months, but unlikely.

Feel free to submit a PR if you get around to implementing this