Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
391 stars 107 forks source link

Pagination support? #207

Open vgavrilovikj opened 1 month ago

vgavrilovikj commented 1 month ago

Is pagination supported with this package? I am trying to group the elements I receive from an API into days group like: Today, Yesterday, 2 days ago, etc...

However because there are a lot of items to be loaded at once, the backend returns paginated responses. Is it possible to implement such a feature with this package?

If so, can you please provide examples?

FarisArmoush commented 3 weeks ago

I assume this can be achieved just how you would normally implement pagination.

vgavrilovikj commented 3 weeks ago

Can you please provide an example?On Jul 2, 2024, at 2:36 PM, Faris Armoush @.***> wrote: I assume this can be achieved just how you would normally implement pagination.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>