Flutter Infinite ListView
ListView with items that can be scrolled infinitely in both directions.
Quick Usage
Replace your existing ListView with InfiniteListView. Builder pattern must be used because of its infinite nature.
Example
Source Credit Url : https://github.com/fluttercommunity/flutter_infinite_listview







