Iconica-Development / flutter_chat

Add a (personal or group) chat to your Flutter-application.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Message stays in textbox until sent #90

Open VasilVerdouw opened 4 months ago

VasilVerdouw commented 4 months ago

I would expect the message to send immediately and have some waiting icon next to it. Currently it can be quite confusing, especially when your internet is slow. This would also fix the problem of spamming the send button.

Test scenario: If the user hits send, the waiting icon appears (if you choose this approach) and then the user closes the application, will it still be sent?