Felix Gabler
Felix Gabler
Any update on this?
Hi! Sure, I will have a look tomorrow when my eyes are actually fresh again 😴 I'll need to check this PR out to see where the problem is exactly....
I've tried out the `swipe_to` package [here](https://github.com/flyerhq/flutter_chat_ui/tree/swipe-to-reply-swipe-to) and it definitely works better. However, it just starts an animation on the first movement instead of offering full moving control. This can...
That's interesting! I checked on WhatsApp, Signal and Teams, which are my most used messengers. I guess it differs for platforms and we can also just choose the other direction....
> Thanks for the rebase! I am not sure about this implementation, I think system message should be part of the animated list like any other message? Otherwise it will...
Hey @demchenkoalex, is there anything missing before we can merge?
This feature would be super awesome to have! Can I help with anything here?
My thought is that yes, the code is not super readable but that is an issue we should perhaps tackle more comprehensively over the whole code base. What I mean...
One thing you should definitely do is to wrap the `Chat` widget with a size bounding widget such as `SizedBox` or `ConstrainedBox`. Then, you can make sure the chat only...
> Hello, I also need to align the bubble to the center in customMessageBuilder Actually, I implemented that on my fork of this repository. Perhaps I can make a pull...