Infinite, or long, scrolling is quickly becoming a standard navigation pattern. This navigation structure lends itself well to all sorts of sites and has some clear user experience benefits. There is a post about ListView with items that can be scrolled infinitely in both directions. Don’t miss it and check it out now!
Flutter Infinite ListView
Flutter Infinite ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot
Quick Usage
Replace your existing ListView
with InfiniteListView
. Builder pattern must be used because of its infinite nature.
Example

Bugs/Requests
Ultimately, if you run into any issues, please submit a support ticket. Please submit a ticket on Github if you believe the library is lacking a feature, and I’ll investigate.
All requests are also welcome, requests for a pull are also appreciated.
GitHub
https://github.com/fluttercommunity/flutter_infinite_listview