fayeed/dash_chat

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

Opened this issue · 0 comments

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