Iconica-Development / flutter_chat

Add a (personal or group) chat to your Flutter-application.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add pagination to chatsscreen and chat detail screen #33

Closed freekvandeven closed 9 months ago

freekvandeven commented 10 months ago

Currently it is fetching all chats when you go to the chatsoverview screen. This page should work with infinite scrolling(pagination)

When you go to the chatscreen it will fetch all chats even though you can't see them all. This screen should also be paginated and infinite scrolling so that chats work smooth when there are hundreds of chat messages.