dash_chat icon indicating copy to clipboard operation
dash_chat copied to clipboard

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

Open Faaatman opened this issue 2 years ago • 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 https://github.com/flutter/flutter/issues/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 avatar Sep 07 '21 06:09 Faaatman