Then you can migrate toListView.builder, or anything that couldshrinkWrap:false, since it will recycle the widgets that isn't visibile in the viewport. That will improves the speed. Or, if it is not possibile to useshrinkWrapto false, then another thing you can do, and I myself used cur...
Added WidgetsBinding.instance.addPostFrameCallback to prevent scrolling before the messages are built. [1.0.16] removed unnecessary print from the message_listview changed 'vedio' field to 'video' nullpointer on parsing quick replies; more detailed error reporting for ChatMessage parsing [1.0.15...