flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

Cached Network Image for Chat background

Open Tanujkarteek opened this issue 3 months ago • 2 comments

As of now the background image for the chat UI is an Network Image but it would be better if we can use the CachedNetworkImage for the same or an image from local assets dir fetching it every time from the network is a tedious and overburdened step you can look into this, this is a very minute change, If you want I can create a PR with changes I have suggested

Tanujkarteek avatar Apr 02 '24 18:04 Tanujkarteek