bidirectional_listview 1.0.1+1 bidirectional_listview: ^1.0.1+1 copied to clipboard
ListView with items that can be scrolled in both directions with a fixed item count and scroll boundaries.
Flutter Bidirectional ListView #
ListView with items that can be scrolled in both directions with a fixed item count and scroll boundaries.
Quick Usage #
Replace your existing ListView
with BidirectionalListView
. 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.