infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

insert newly added item at the top of the list

Open MohammedElotol opened this issue 2 years ago • 3 comments

How can I add new item at the top - or delete- keeping the paged list intact

MohammedElotol avatar Apr 12 '22 07:04 MohammedElotol

same issue here, any example :D

ChiPhanTlm avatar Apr 14 '22 09:04 ChiPhanTlm

I made a fork and added controller. insertItemAt(index, item)

My fork: https://github.com/MohammedElotol/infinite_scroll_pagination

MohammedElotol avatar Apr 21 '22 09:04 MohammedElotol

@MohammedElotol I am also interested in this feature. What about a PR for the main project?

obrunsmann avatar Jul 29 '22 10:07 obrunsmann

You can always edit the itemList directly as shown here.

EdsonBueno avatar Mar 02 '23 22:03 EdsonBueno