flutter_infinite_listview
flutter_infinite_listview copied to clipboard
Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot
In a conjunction with a `linked_scroll_controller` we could have made a `linked_infinite_scroll_controller`, but that isn't possible when we don't have access to `InfiniteScrollPosition`
We needed this functionality in one of our apps, so I implemented it into this package. It's up to the maintainers to decide if this is suitable for their package,...
how do i do pagination to top and bottom by using this plugin ? any info
## Problem: there is a large white space when the listview reaches out to the last item. Would be great if anyone can help me to remove the white spaces....
Is it possible to combine the package with the [scrollable_positioned_list](https://pub.dev/packages/scrollable_positioned_list) package? The features I'm looking to combine from the packages is the infinite scrolling and the listener of the currently...
Hi, I don't known where I can make a question. I need to make infinite list with expandable tiles. Used packages expansion_tile_card infinite_listview In expansion_tile_card I have children widgets-buttons. I...