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
623 stars 210 forks source link

[Adding Functionality] Add and Remove item Functionality Missing #228

Closed dan15h closed 1 year ago

dan15h commented 1 year ago

There must be an option to add or remove an item to the list within the paging controller. So devs can directly show these items in the list instead of making another call to the server.

gysipos commented 1 year ago

Yeah, deleting an item is pretty core functionality

EdsonBueno commented 1 year ago

please, see this