Don't support reverse List ?
baantatsu opened this issue · 2 comments
baantatsu commented
Need to implement chat like functionality where last list item stays at the bottom of the screen on initial load and newly loaded items are added on top of that.
aagarwal1012 commented
@lipengda, for doing that you can simply reverse the list before giving input to listview
.
valetanddama commented
Doesn't work
LiquidPullToRefresh( key: _refreshIndicatorKey, showChildOpacityTransition: false, onRefresh: _handleRefresh, child: ListView.builder( controller: _messageScrollController, reverse: true, ... ), )
displays not reverse list. Without LiquidPullToRefresh all work fine.