Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluttercommunity/flutter_infinite_listview

Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot
https://github.com/fluttercommunity/flutter_infinite_listview

hacktoberfest

Last synced: 5 days ago
JSON representation

Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot

Awesome Lists containing this project

README

        

[![Flutter Community: infinite_listview](https://fluttercommunity.dev/_github/header/infinite_listview?v1.0.1+1)](https://github.com/fluttercommunity/community)

# Flutter Infinite ListView

[![pub package](https://img.shields.io/pub/v/infinite_listview.svg)](https://pub.dartlang.org/packages/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](https://github.com/fluttercommunity/flutter_infinite_listview/raw/readme/example.gif)

## 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.