CometChat enables you to add voice, video & text chat for your website & app. This guide demonstrates how to add chat to an Flutter application using CometChat.
Changelog excerpt: New
- Added Notification Feed support with new data models including
NotificationFeedItem,NotificationCategory, andPushNotification. - Added
FeedReadStateenum with valuesread,unread, andallfor filtering notification feed items by read status. - Added
FeedEngagementTypeenum with valuesviewed,clicked, andinteractedfor reporting user engagement on feed items. - Added
NotificationFeedRequestBuilderfor fetching paginated notification feed items with filters for re[…]