flyerhq / flutter_chat_ui

Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.
https://flyer.chat
Apache License 2.0
1.59k stars 687 forks source link

"System" messages appearing between chat messages #620

Open thomers opened 1 month ago

thomers commented 1 month ago

Hello, is there something that I can use to add "system"-messages , like "userXY has joined / left the chat"?

They should appear between the other messages, scrolling with them etc.

Thank you!

thomers commented 1 month ago

Just realised that there's already a "SystemMessage" type in flutter_chat_types. https://pub.dev/documentation/flutter_chat_types/latest/flutter_chat_types/SystemMessage-class.html

Just for v2, it would be nice to be able to add an icon to it (to be able to signal what kind of system message it is).