We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The package example shows a parameter called scrollExtentThreshold which is not available at version 0.7.0. Why it was removed??
To Reproduce Steps to reproduce the behavior:
InfiniteList(scrollExtentThreshold: 100)
The text was updated successfully, but these errors were encountered:
They removed scrollExtentThreshold in favor of cacheExtent on this PR: #42
Sorry, something went wrong.
Maybe this can be addressed just updating the readme/example
Looks like we do still have scrollExtentThreshold in the README. Let's either remove this or get it updated to the new property that should be used.
scrollExtentThreshold
README
renancaraujo
Successfully merging a pull request may close this issue.
Describe the bug
The package example shows a parameter called scrollExtentThreshold which is not available at version 0.7.0. Why it was removed??
To Reproduce
Steps to reproduce the behavior:
InfiniteList(scrollExtentThreshold: 100)
The text was updated successfully, but these errors were encountered: