v1.0.3bidirectional_listview
상하 방향으로 스크롤하고 고정된 항목 수 및 스크롤 경계를 가진 리스트뷰로, 항목을 지연 로딩할 수 있습니다.
Flutter 양방향 ListView - 고정된 항목 수와 스크롤 경계를 가진 양방향으로 스크롤 가능한 항목을 갖춘 ListView입니다.
{"sdk":"flutter"}{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Example
ListView with items that can be scrolled and lazy loaded in up and down direction with a fixed item count and scroll boundaries.
With this library the following is possible:
Limitations:
Replace your existing ListView with BidirectionalListView. Builder pattern must be used because of its infinite nature.
A complete tutorial how to use BidirectionalListView can be found here: Tutorial
Please refer to the example for usage: Quick-Link
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.