Flutter Tutorial - Pagination & Infinite Scrolling - Firestore

preview_player
Показать описание
Load your data from Firebase separately with Pagination & Infinite Scrolling in your Flutter app.

Resources:

--- JOIN THE CREW ---

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Me :-)

PLAYLISTS

If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)

CREDITS

#Flutter #Tutorial #JohannesMilke

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

I get the most value from your videos out of any creator on YouTube by far. You have help me with 2 major sections of an app I'm building and I could not be more grateful. Your solutions are always elegant and the explanations are straight forward.

acarvey
Автор

thank you. I don't know what I would have done without your tutorials

kwakukusi
Автор

Mega geil! Danke Johannes, genau das wonach ich gesucht habe! :) :) :)

florianb.
Автор

Thanks alot...Your youtube videos have really made my flutter journey smooth🤙

mayowcabdiqadir
Автор

The best and ever well-explained firebase - flutter - pagination!! Thanks for the wonderful lecture!

silverCap
Автор

Instead of doing max extent /2 ... think about doing max extent * (users.length - X / users.length) that way it always loads when there are X users left to see not half of the users have been seen.

martingagne
Автор

Boss I'm using real-time db so we have startAt method but don't know what to pass there at argument. Please help me there if u can I will appreciate.
Thanks in advance.

isiakamfugale
Автор

thanks .. but what is the difference between if it load data at once or if it loads them step by step ? .. can you please tell me , does it save data casts writs from firebase and so ?

mohammedhamdan
Автор

hi Johannes, could you please make video tutorial using infinite_scroll_pagination package? it is a flutter favorite but it seems there is no good video tutorial about it. please consider to make a video using this package :)

agung_laksana
Автор

Fantastic video..
For Cloud Firestore, the WhereIn operator limit to only 10 items, it will be great if you can have a video to show the alternative..

leehua
Автор

Hey, how can we display the initial loading of our list because sometimes it can take a long time to load data? I can't able to do that can you explain me how I can achieve the initial loading indicator.

pranaybhaturkar
Автор

what if you've reached the end of list, hasNext returns false after that, but after some time in firestore server new data has been added. how will hasNext know about it?

KPai
Автор

It work for me. But i have a problem. how to remove on item and reload the new list of user ?
Thank for you replay

eNONO-otzh
Автор

I am using firestore to make the pagination follow your videos and it turns out that when the document is updated or renamed in my database the change is not reflected in my app since you used .get() how could I solve it or do you have a video where I show how to do that but in real time?

sebastiantamayo
Автор

Is it also work when scrolling back to top because when im scrolling back to top, images reload again and i get same problem

ahmetcubuk
Автор

Hello, it seems that all loaded users are stay at the memory. If users number is big enough we may eventually run out-of-memory. What is the best way to address it?

webtel
Автор

will this work with pageView builder also?

himesh_
Автор

Hi sir, I need help to make searchDelegate with Cloud Firestore how to do it I'm trying but couldn't Please Help sir...

vidyasagargaikwad
Автор

please make video on pagination using firebase real time database

mylaramvenkatesh