Flutter Firebase Pagination with Gridview builder
I am making e-commerce app and i have number of documents in my firebase storage, i want to get in bunch of 10-10 data on scroll, if user reach at last documents then again i want to get 10 more data for user. Following are my code for fetching data from firebase: static allProduct(){ return … Read more