EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
605 stars 201 forks source link

Separators are not supported, despite docs saying they are #297

Closed NoBrainer closed 4 months ago

NoBrainer commented 8 months ago

There's an example for separators, but this feature does not exist in 4.0.0. Am I missing something?

clragon commented 8 months ago

PagedListView.separated

Still exists in version 4.0.0 just like in the example. What issue are you experiencing?

NoBrainer commented 8 months ago

False alarm. It wasn't working, because I missed the .separated( part of the example.

Feel free to close the ticket. (I'm not sure if you want it marked as "completed" or "not planned".)

tiltmaster commented 7 months ago

False alarm. It wasn't working, because I missed the .separated( part of the example.

Feel free to close the ticket. (I'm not sure if you want it marked as "completed" or "not planned".

does it work or not? because i cant seem to get it to work

NoBrainer commented 7 months ago

It works for me. (I recommend copy-pasting the example and tweaking it to make sure you don't miss something.)