flutter_infinite_listview icon indicating copy to clipboard operation
flutter_infinite_listview copied to clipboard

Combine with the scrollable_positioned_list pacakge

Open kansson opened this issue 4 years ago • 1 comments

Is it possible to combine the package with the scrollable_positioned_list package? The features I'm looking to combine from the packages is the infinite scrolling and the listener of the currently visible items in the list.

Issue in the other package: #75

kansson avatar Mar 25 '20 10:03 kansson

Would be cool, but for now could use the scrollable_positioned_list with itemCount: 10K

jangruenwaldt avatar Sep 24 '21 10:09 jangruenwaldt