v1.0.3bidirectional_listview
上方向および下方向にスクロール可能で、遅延読み込みが可能な、固定されたアイテム数とスクロール境界を持つ 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.