view360_chat 1.0.0
view360_chat: ^1.0.0 copied to clipboard
A Dart package for chat socket connection and messaging API for implimenting view360 chat feature.
view360_chat_connector #
A Flutter package that enables seamless integration of View360 chat functionality through real-time socket connection and messaging APIs. This package is ideal for apps that need a customer chat widget with features like file sharing, message delivery, and live socket-based communication.
๐งฉ Features #
- ๐ Socket connection to View360's chat server.
- ๐ฌ Send customer messages with optional file attachments.
- ๐ฅ Fetch all messages in a chat conversation.
- ๐งพ Built-in support for customer info (name, email, phone).
- ๐ง Easy to configure with your base URL and app ID.
๐ Getting started #
Prerequisites #
- Flutter 3.0.0 or higher.
- A registered app ID and base URL for your View360 server.
Installation #
Add this to your pubspec.yaml:
dependencies:
view360_chat_connector: ^0.0.1