paginate_firestore
paginate_firestore copied to clipboard
A flutter package to simplify pagination with firestore data 🗃
First of all this package is very handy and I use it in several projects, so I appreciate it. My intention is to load 5 new documents each time user...
Please remove these so that we can add custom empty state widgets. Currently because of this, everything is scrollable and wierd. Thanks
## Feature Request - Ability to define custom scrolling view aside from - listView - gridView - pageView ## Example - Wrap ## Need - To support multiple screen size...
I get the following error when adding a widget to the "header" ======== Exception caught by widgets library ======================================================= The following assertion was thrown while rebuilding dirty elements: 'package:flutter/src/widgets/framework.dart': Failed...
Is it possible to not just limit the number of items per page but limit the total number of items or the number pages. For example, i only want for...
When i scroll items and i update date in firestore only first page update and dont work for the next items I set isLive = true
When i scroll it work lazy and good but it dont update after number of itemsperpage when i change value in firestore It work only in first page
Why when i make number less than view screen it dont work? Exemple my screen can show 8 items automatiquely but when i make only 2 it show me also...
Hello, first thank u for this wonderful package, the Problem is i have a lot of posts, when i navigate first time to the posts screen it's loads the posts...