Flutter Tutorial - Cloud Firestore 🔥 | Pagination & Infinite Scrolling [2022] FlutterFire UI

preview_player
Показать описание
How to load Firestore documents by pagination and infinite scrolling using a Flutter app.

Setup Firebase Video

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

TIMELINE
0:00 Introduction Pagination & Infinite Scrolling
1:27 Add Pagination for Cloud Firestore | FirestoreListView
3:28 Infinite Scrolling using FirestoreQueryBuilder

SOCIAL MEDIA: Follow Us :-)

#Flutter #Tutorial #JohannesMilke
LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Great! This series is going up!!! I am so exited awaiting for the video about flutter web with firebase 9.x...

albertjjimenezp
Автор

Wow superb. I was worried about pagination in firebase. Now it's awesome👏😊. So happy now. Thanks ❤ sir.

AjilSathyanLMCEC
Автор

Wawu!!
Didn't know their was a firebaseUI package. I had to manually paginate on my apps.
Gush!! I think I have so updating to do.

Thanks bro

ezeaguprincewill
Автор

Hello Johannes Milke! I have issue with Text wrap with Hero widget and the issue it show red yellow color inderline of text when Hero widget animate to new page.

nouvandet
Автор

Hey @johannes, I have one doubt is this video related to cursor based pagination ?

urstruelyshanmukha
Автор

thank you man That was easy as hell. a time saver.

justvikas
Автор

thank u Johannes. But how to sort iten in ASC or DESC order ?

eNONO-otzh
Автор

Hey Johannes, New subscriber here! I've got a question, would infinite scrolling pagination be a smart way to display n amount of images ? Ive got an app that is displaying all usre generated images in descending order. But in my current implementation I've run into a memory issue. would this method free up non rendered items ?

javierc
Автор

is there a way to listen to stream changes like that in Instagram when there is a pop up "New Posts" ? Could you please help..

tusharchander
Автор

FirestoreListView is AMAZING! Thanks for the help!

phillip_jacobs
Автор

Hi Johannes, could you please make a video where you explain navigation from a category to its child category?

augustwanger
Автор

I love this, but can I use with slivers?

rodrigolightbolt
Автор

Thank you so much. You are a life saver.

TG_Extra
Автор

Does this show updates in realtime like a streamBuilder?
Also what if I want to load more data when the user scroll up from bottom, Like in chat app. How do I do that?

basithp
Автор

This will not work if you include filter option (Ascneding - Descending - Random) with this one

zakblacki
Автор

Hello Johannes, can you make a video on how to reload/refresh data coming from firestore in our flutter app with pull to refresh

batishqureshi
Автор

I have a Combinelist of streams and I merging these streams in totalRef variable normally im using this totalRef in my Stream Builder and its working fine. But when i want to use this combinestreams i mean totalRef in FirestoreQueryBuilder for pagination it gives error of QueryCombineListStream can not determine as Query. How can I use my totalRef in this Builder.

rubikandil
Автор

Hi Johannes, It's great tutorial. I tried to display some message or image when db is empty. Is there any way to implement this? Thanks.

ttlrd
Автор

Can you please make a video about reading and adding data to subCollections. Also they each have to have a unique id so we have to use ```where``` property to identify them. Thank you!

oneebkhan
Автор

Hi Johannes, Can you please confirm that it auto supports Pagination. When i implemented it using either FlutterListView or FlutterQueryBuilder, i find all the query data being loaded at once. Or am i missing another implementation to make it fetch more data as i reach the end of scroll

chinglembakh