# Message Sending Status

**URL:** https://forum.social.plus/t/message-sending-status/1342
**Category:** Flutter
**Created:** [June 8, 2024, 3:56am UTC](https://forum.social.plus/t/message-sending-status/1342 "2024-06-08T03:56:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![AmityAsk](https://avatars.discourse-cdn.com/v4/letter/a/fbc32d/32.png) [@AmityAsk](https://forum.social.plus/u/AmityAsk)
#### Post date: [June 8, 2024, 3:56am UTC](https://forum.social.plus/t/message-sending-status/1342/1 "2024-06-08T03:56:40Z")

</div>

Hello again, I use this [docs](https://docs.amity.co/amity-sdk/chat/messaging/query-and-filter-messages) for show the message list, it’s working great and it’s listening for incoming message too.  
But I want to show the message status, like single tick, double tick and double tick colored if message has been readed. You know what I mean right?  
How I achieve that feature from flutter sdk? Would you guide me?

Thank you

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 10, 2024, 5:23am UTC](https://forum.social.plus/t/message-sending-status/1342/2 "2024-06-10T05:23:41Z")

</div>

Hello @AmityAsk , Regarding your question, I would like to suggest the following:

**1. Send Status:**  
You can implement this on your front end. When a message is created, the SDK will return a status. If the status is ‘success’, you can update the UI to show that the message has been sent successfully.

**2. Message Delivery Status:**  
This feature is not currently available for Flutter. We will notify the relevant team to consider it for future development of our product.

---

<div class="post-metadata">

### Author: ![AmityAsk](https://avatars.discourse-cdn.com/v4/letter/a/fbc32d/32.png) [@AmityAsk](https://forum.social.plus/u/AmityAsk)
#### Post date: [June 10, 2024, 5:47am UTC](https://forum.social.plus/t/message-sending-status/1342/3 "2024-06-10T05:47:50Z")

</div>

For Message Delivery Status, can I implement it from API, Is there an API for that feature?  
Thanks

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 10, 2024, 8:18am UTC](https://forum.social.plus/t/message-sending-status/1342/4 "2024-06-10T08:18:19Z")

</div>

@AmityAsk We do not recommend implementing Message Delivery Status from the API. We have forwarded your request to the relevant team. Apologies for any inconvenience caused.

---

<div class="post-metadata">

### Author: ![AmityAsk](https://avatars.discourse-cdn.com/v4/letter/a/fbc32d/32.png) [@AmityAsk](https://forum.social.plus/u/AmityAsk)
#### Post date: [June 10, 2024, 8:51am UTC](https://forum.social.plus/t/message-sending-status/1342/5 "2024-06-10T08:51:24Z")

</div>

@SocialPlus_Support Can you explain why it is not recommended? So I can forward it to my team.  
Thanks

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 11, 2024, 2:29pm UTC](https://forum.social.plus/t/message-sending-status/1342/6 "2024-06-11T14:29:03Z")

</div>

Hello @AmityAsk, the API can be utilized, but please be aware that it does not support real-time updates. This limitation means that performance may not be as optimal as it would be with Flutter support. Therefore, the best solution for message sending status, as we recommended earlier, is to proceed with frontend customization.
