Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no more data remove #16

Open
klaszlo8207 opened this issue Apr 18, 2020 · 3 comments
Open

no more data remove #16

klaszlo8207 opened this issue Apr 18, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@klaszlo8207
Copy link

How to remove "no more data" text?

@CaiJingLong
Copy link
Member

image

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

@CaiJingLong CaiJingLong added the help wanted Extra attention is needed label Apr 18, 2020
@blbhargav
Copy link

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

@SanthoseKumar118
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants