I try to make a chat application that has read or not read messages feature. But I truly have no idea how to implement it.
I currently use firestore as the database to store the message.
I use streambuilder to stream the message and rebuild UI every time message is added to the chat room.
Can I have a suggestion on what widget I should be looking for or any ideas on how I can implement it?
