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

Please add cacheExtent to InViewNotifierList #43

Open
rekonvald opened this issue Sep 16, 2021 · 2 comments
Open

Please add cacheExtent to InViewNotifierList #43

rekonvald opened this issue Sep 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rekonvald
Copy link

Problem
I have list of images and videos(like feed) and when I scroll up and down - listview reloads them(items are getting redrawn)

Solution I would like to add cacheExtent property - is the size of the area that is drawn before being in the visible part of the screen.
But unfortunately this plugin does not provide this functionality. Could you please add it to InViewNotifierList properties and than to ListView when you build it.

If you have better solution how to avoid such behaviour, I would be thankful.

@inc16sec
Copy link

Having this same issue which results in the inViewState complaining.. This happens when ListView.builder disposes of a widget but the inViewState still tries to retrieve the widget's renderObject (which was disposes by the ListView), this results in an error.

@Purvik
Copy link

Purvik commented Oct 27, 2021

By adding this parameter changes, it will make huge difference for most of the application.

@rvamsikrishna rvamsikrishna added the enhancement New feature or request label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants