prahack / chat_bubbles

Flutter chat bubble/speech bubble widgets.
https://pub.dev/packages/chat_bubbles
MIT License
92 stars 72 forks source link

Use RenderObject for Chat Bubbles #26

Open torbenkeller opened 1 year ago

torbenkeller commented 1 year ago

In the flutter build show, the flutter team showed how to build chat bubbles that behave like whatsapp in term of placing the date and read icon depending of the text length. https://www.youtube.com/watch?v=cq34RWXegM8

I think implementing their solution would increase the quality of this package dramatically.