flutter_listview_loadmore icon indicating copy to clipboard operation
flutter_listview_loadmore copied to clipboard

no more data remove

Open klaszlo8207 opened this issue 4 years ago • 3 comments

How to remove "no more data" text?

klaszlo8207 avatar Apr 18 '20 07:04 klaszlo8207

image

You can implements the LoadMoreDelegate, and set height to 0 in LoadMoreStatus.nomore

CaiJingLong avatar Apr 18 '20 09:04 CaiJingLong

@klaszlo8207 did you made it? Please help me in doing so.

blbhargav avatar Feb 01 '21 09:02 blbhargav

@blbhargav use this. double widgetHeight(LoadMoreStatus status) => status==LoadMoreStatus.nomore?0:_defaultLoadMoreHeight;

SanthoseKumar118 avatar Feb 12 '22 19:02 SanthoseKumar118