dash_chat
dash_chat copied to clipboard
use local asset image for avatar
Is it possible to use a local image for avatars or it should be a url?
@primemb Unfortunately right now it only supports URL. Do you want to set a placeholder image?
placeholder image for user without avatar and save user image on local and use local data when internet connection not available.
We can probably add a field avatarPlaceholder in the ChatUser for this use case
@SebastienBtr Yeah, I think that would be good.