mongo_chat_dart 1.1.0 mongo_chat_dart: ^1.1.0 copied to clipboard
A Dart package to simplify creating and managing chat systems with MongoDB.
Changelog #
All notable changes to this project will be documented in this file.
[1.0.1] - 2024-09-11 #
Changed #
- Updated the README.md to include new information and improved documentation.
[1.0.0] - 2024-09-10 #
Added #
- Initial release of the
mongo_chat_dart
package. - Provides MongoDB-based chat system support.
- Includes functionality for:
- Creating users with metadata like name, email, bio, and phone number.
- Creating Direct Message (DM) rooms between users.
- Sending text messages in DM rooms.
- Sending documents as part of the messages.
- Marking messages as read.
- Real-time message streaming.