SimformSolutionsPvtLtd / flutter_chatview

Highly customisable chat UI with reply and reaction functionality.
https://pub.dev/packages/chatview
MIT License
304 stars 142 forks source link

Provide a way to navigate to oldest unread message and show an ---- unread messages ---- bar above #219

Open mklepaczko opened 4 months ago

mklepaczko commented 4 months ago

Modern Chat apps show the oldest unread message and start the chat view with that.

The package should offer a way to locate last read message base on message id and directly show it on top of the page with a marker. This is a common behaviour in Whatsapp or Messenger.

ChatView widget should have an lastReadMessageId field. When non null should work like described above.

92sajid110 commented 3 weeks ago

Hmm required