Infinite ListView in Flutter

You are currently viewing Infinite ListView in Flutter
Infinite Listview

Infinite ListView in Flutter

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

Infinite Listview
Infinite Listview

Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I’ll look into it. Pull Request are also welcome.

See also  Flutter Tutorial - Upload Images using Firebase Storage

Credits:
This is developed by fluttercommunity
Download this project from the below link.
https://github.com/fluttercommunity/flutter_infinite_listview/archive/refs/heads/master.zip
You can visit original source page from the below link:
https://github.com/fluttercommunity/flutter_infinite_listview

Spread the love

Leave a Reply