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: 11 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T14:23:13.000Z (over 3 years ago)
- Last Synced: 2025-03-29T06:06:57.588Z (19 days ago)
- Topics: hacktoberfest
- Language: Dart
- Homepage: https://pub.dev/packages/infinite_listview
- Size: 606 KB
- Stars: 304
- Watchers: 5
- Forks: 39
- 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 - Infinite Listview - Flutter Infinite ListView - ListView with items that can be scrolled infinitely in both directions. Maintainer: @slightfoot ` 📝 3 months ago` (UI [🔝](#readme))
- awesome-flutter-cn - Infinite Listview - 支持横向或者纵向的无限列表,[Simon Lightfoot](https://github.com/slightfoot). (组件 / UI)
README
[](https://github.com/fluttercommunity/community)
# Flutter Infinite ListView
[](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
## 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.