Closed nandakista closed 12 months ago
you can use this removeUriSpaces(String string) { return string.replaceAll(' ', ''); }
or if you want to use extension method then extension UriExtension on String { String removeUriSpaces() { return this.replaceAll(' ', ''); } }
Provesha (CometChat Team) replied:
Hello,
Thank you for submitting this ticket. I have forwarded this information to our team, and we are looking into it.
Provesha Pyne CometChat
you can use this removeUriSpaces(String string) { return string.replaceAll(' ', ''); }
or if you want to use extension method then extension UriExtension on String { String removeUriSpaces() { return this.replaceAll(' ', ''); } }
Thank you for the response, But the function of send file is in ui kit or handled by ui kit, and cannot using onSendButtonTap property in messageComposerConfiguration because the file will automatically sending without tap button send.
So should I wait for updates from cometchat_chat_uikit ? I tried posting the issue but didn't find the repository on Github, nor did pub.dev list their repository Can you tell the maintaner of cometchat_chat_uikit about this issue ?
Hello @nandakista,
Thank you for the additional details. We have taken this report and sent the notified our product engineering team who will be investigating. We will reach out when we have more information on this.
Provesha Pyne CometChat
Hello @proveshapyne Any update for this issue ?
Hey @nandakista,
Thank you for enquiring! Our team has taken up this task but I cannot provide you with a specific timeline at this moment. Nevertheless, I assure you that we will update you as soon as we have more information.
In the meantime, please feel free to submit a new request if you need a hand with anything else.
Provesha Pyne CometChat
Hi, I upgrade to cometchat_chat_uikit: ^4.0.4 and I see in the cometchat_uikit_shared: ^4.0.4 changelog, it solved the issue I've tested and it really solved the issue. Thank you for the update and response
Close the issue for now
Provesha (CometChat Team) replied:
I'm happy to hear that! Thank you for the confirmation.
I'll go ahead and close this ticket. Please submit a new request here if you need a hand with anything else.
Provesha Pyne CometChat
Describe the problem
Failed to send file when there are spaces in the path. I am sorry, I know this issue is in cometchat_chat_uikit, but I have search the repository of cometchat_chat_uikit but I cant found it. So I reported this issue here.
What was the expected behavior?
File successfully send or give the documentation how to resolve this issue.
Reproduction
Exception : Invalid message object received
SS :
Environment
cometchat_chat_uikit: ^4.0.0 flutter version 3.10.6