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

[Question] Animating Items in PagedListView on Add/Remove #308

Closed tsomone closed 4 months ago

tsomone commented 5 months ago

I want to implement item animations when adding or removing items from the list. Currently, the items are loaded and displayed seamlessly, but I'd like to add a fade-in effect for newly added items and a fade-out effect when removing items. Any guidance or code snippets on how to achieve this animation behavior would be greatly appreciated! Thank you.

clragon commented 4 months ago

Duplicate of #21