dash_chat
dash_chat copied to clipboard
[Feature request] ListView.custom to prevent widgets from rebuilding
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