You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 anlastReadMessageId
field. When non null should work like described above.The text was updated successfully, but these errors were encountered: