stream-chat-flutter icon indicating copy to clipboard operation
stream-chat-flutter copied to clipboard

Slack-like reactions

Open BrunoJurkovic opened this issue 1 year ago • 8 comments

Please select which package this feature is related to

stream_chat_flutter

Which platforms would this feature impact?

iOS, Android, Web, Windows, MacOS, Linux

Is your feature request related to a problem?

One of my projects require a "Slack" like emoji reactions. I was surprised that this is supported in React Native, but not in Flutter?

Describe the solution that you'd like

Basically the exact same functionality for the emoji reactions as from the React Native SDK.

https://getstream.io/blog/slack-clone-with-stream-chat-part-1/

Describe alternatives that you have considered

Building our own custom message widget. Would be very time-expensive and is the last possible solution we are considering.

Additional context

https://getstream.io/blog/slack-clone-with-stream-chat-part-1/ Example

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

BrunoJurkovic avatar Jul 26 '22 13:07 BrunoJurkovic

hey this shouldn't be hard to achieve we're doing something similar in v5, but only for desktop I think it will be easy to make it available and configurable for all platforms we'll keep this is mind, thanks

imtoori avatar Jul 28 '22 08:07 imtoori

@imtoori Thanks for the response, when is v5 planned?

BrunoJurkovic avatar Jul 28 '22 08:07 BrunoJurkovic

it's already out as beta we're working on a stable release to be pushed in the upcoming weeks

imtoori avatar Jul 28 '22 08:07 imtoori

it's already out as beta we're working on a stable release to be pushed in the upcoming weeks

Wow, sounds perfect. Thanks for the good work & the quick response Salvatore!

BrunoJurkovic avatar Jul 28 '22 08:07 BrunoJurkovic

Thank you :) I'll leave this open so that we can use this issue to make sure we provide this correctly

imtoori avatar Jul 28 '22 08:07 imtoori

Hey, looking at your W.I.P. migration guide, I noticed that the bubble reactions are going to be only for web and desktop. Is there any way to enable them for mobile?

Also, what would be the best route for replacing the standard reactions with all emojis?

BrunoJurkovic avatar Oct 05 '22 09:10 BrunoJurkovic

Hey @imtoori, can you check this out please?

BrunoJurkovic avatar Oct 07 '22 08:10 BrunoJurkovic

hey @BrunoJurkovic I think there's no easy way of doing that on mobile yet It shouldn't be hard to support it. I'm gonna look into it

imtoori avatar Oct 07 '22 08:10 imtoori

@BrunoJurkovic this is gonna take a while because we want to do that as configurable as possible

Anyways It shouldn't be hard to do that on your own. Let me know if you need help but I think customizing the bottom row should be enough

imtoori avatar Nov 09 '22 11:11 imtoori

Closing as not planned, You can always customize the bottom row to achieve this.

xsahil03x avatar Jun 07 '23 13:06 xsahil03x