view360_chat 1.0.13
view360_chat: ^1.0.13 copied to clipboard
A Dart package for chat socket connection and messaging API for implimenting view360 chat feature.
1.0.7 #
- type added to socket
1.0.8 #
- Improved file upload validation and error handling in sendChatMessage()
1.0.9 #
- Improves reliability by handling network and data parsing errors. Provides clear error responses to support user-friendly UI messages.
1.0.10 #
- Enhanced SocketManager with improved message handling using named parameters. Added null safety for optional file paths in received messages.
1.0.11 #
- Adding customerId to sendChatMessage() when sending a message from the chat list.
1.0.12 #
- update README
1.0.13 #
- Added notificationToken() for push notifications