Pagination in Flutter using Firebase database || Infinite Scrolling || Flutter Tutorial || In Hindi

preview_player
Показать описание
Hello guys,
In this video we are going to learn, How to Implement Pagination in Flutter application using Firebase as a backend.

Join our telegram Group :-

Follow us on instagram :-

E-Commerce Series with Flutter & Firebase :-

GETX Statemanagement series :-

Chat App Series with Flutter & Firebase :-

Fore more video Subscribe to our channel :-

join @flutterindia telegram group.
Рекомендации по теме
Комментарии
Автор

Your Explanation is just Great presentation as well Thanks!!!! a Lot

nitinnaragude
Автор

Bro!! I want to implement this and find tutorial for days. I pass your video because it is not explain in english. Other tutorial does not explain very well and not understandable. I watch your video and I understand even it is not english language. I beg you please make video in english please. You are super cool and thank you for this video.

destinygames
Автор

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
Автор

Bro, this video was great, but it was for One-time data only. But, for me i want to build a chat app so i need a pagination with streambuilder so that the all new messages would be still coming while user is going through old messages. please make a tutorial about that...BTW this was greatly explained!

asifraza
Автор

your code has some issue, at maxscroll, paginatedData function may call multiple times, if user scroll and duplicate data will appear in the list, to avoid this issue you need to add boolean variable isPaginating (any name) to paginatedData function, if isPaginating ==false, then only we can call paginatedData function, other wise we will not call paginatedData function.

c-cubems
Автор

showing problem at this line
=> e.data()));
error = The return type 'Object?' isn't a 'Map<String, dynamic>', as required by the closure's context

Tommyrobinsonfanclub
Автор

Amazing video! Is it possible to share the source code?

emargonne
visit shbcf.ru