Search code examples
androidflutterchatwhatsapp

How to create chat bubble tail in Flutter?


I am trying to create a chat bubble tail that whats app uses in android. Didn't find any result about creating it manually.

enter image description here


Solution

  • I ended up using flutter_chat_bubble along with stack to implement time and delivery indicator. Thanks for the qucik reply Alejandro Cumpa