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

[Feature request] ListView.custom to prevent widgets from rebuilding #186

Open
Faaatman opened this issue Sep 7, 2021 · 0 comments
Open
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Faaatman
Copy link

Faaatman commented Sep 7, 2021

Is your feature request related to a problem? Please describe.
Whenever I add an item to the list of widgets the widgets rebuild including the one with an audio player causing it to stop playing.
related to flutter/flutter#58917

Describe the solution you'd like
Change the ListView.builder to ListView.custom to preserve the state of the old widgets.

Additional context
This solution might be the one needed

@Faaatman Faaatman added the enhancement New feature or request label Sep 7, 2021
@SebastienBtr SebastienBtr added the wontfix This will not be worked on label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants