Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fluttercommunity/flutter_infinite_listview
- Owner: fluttercommunity
- License: mit
- Created: 2018-08-04T21:41:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T14:23:13.000Z (about 3 years ago)
- Last Synced: 2024-07-31T15:01:38.502Z (3 months ago)
- Topics: hacktoberfest
- Language: Dart
- Homepage: https://pub.dev/packages/infinite_listview
- Size: 606 KB
- Stars: 306
- Watchers: 6
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter-cn - 无限列表视图 - 可在两个方向上进行无限滚动的列表视图,由[Simon Lightfoot](https://github.com/slightfoot)开发。 (组件 / UI)
- awesome-flutter-cn - Infinite Listview - 支持横向或者纵向的无限列表,[Simon Lightfoot](https://github.com/slightfoot). (组件 / UI)
- awesome-flutter - Infinite Listview - Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot ` 📝 3 months ago` (UI [🔝](#readme))
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.