flyerhq / flutter_chat_ui

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
https://flyer.chat
Apache License 2.0
1.51k stars 663 forks source link

Send message with empty text #567

Open levmorgot opened 4 months ago

levmorgot commented 4 months ago

Hello 👋

How can I override _handleSendPressed so that I can send messages without text (when sharing a post, a picture)

Thanks)

demchenkoalex commented 4 months ago

Hey! I think for attachments I did another button and did not plan to "send" button sending anything but provided text (since I do not support sending images with text yet), so not sure this will be possible right now :( but taking a note to fix in v2