Build Infinite Scrolling Lists in Flutter with Infinite ListView

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

Example

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.

.gitignore

Thumbs.db
.DS_Store
.atom/
.idea/
.vscode/

.packages
.pub/
.dart_tool/

Podfile
Podfile.lock
Pods/
.symlinks/
ios/.generated/
ios/Flutter/Generated.xcconfig
ios/Runner/GeneratedPluginRegistrant.*

local.properties
.gradle/
gradlew
gradlew.bat
gradle-wrapper.jar
*.iml

GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.java
build/
.flutter-plugins

Download details:

Author: fluttercommunity
Source: https://github.com/fluttercommunity/flutter_infinite_listview

License: MIT license

#flutter #dart 

Build Infinite Scrolling Lists in Flutter with Infinite ListView
11.15 GEEK