flutter_listview_loadmore
flutter_listview_loadmore copied to clipboard
no more data remove
How to remove "no more data" text?
You can implements the LoadMoreDelegate
, and set height to 0 in LoadMoreStatus.nomore
@klaszlo8207 did you made it? Please help me in doing so.
@blbhargav use this. double widgetHeight(LoadMoreStatus status) => status==LoadMoreStatus.nomore?0:_defaultLoadMoreHeight;