vchatcloud_flutter_sdk 1.0.0 copy "vchatcloud_flutter_sdk: ^1.0.0" to clipboard
vchatcloud_flutter_sdk: ^1.0.0 copied to clipboard

vchatcloud_flutter_sdk is a chat-related package that helps implement chat applications for multiple platforms such as web, Android, and ios. There is an example implemented in flutter on the homepage.

VChatCloud Flutter SDK #

License
Languages
Platform Platform Platform Platform Platform Platform

Usage #

Add vchatcloud_flutter_sdk as a dependency in your pubspec.yaml file.

import 'package:vchatcloud_flutter_sdk/vchatcloud_flutter_sdk.dart';

class CustomHandler extends ChannelHandler {
  ...
}

void main() async {
  Channel channel = await VChatCloud.connect(CustomHandler());
  List<ChannelResultModel> history = await channel.join(...);
  channel.sendMessage("Hello VChatCloud!");
}

A more detailed usage guide is available on the VChatCloud Docs.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

vchatcloud_flutter_sdk is a chat-related package that helps implement chat applications for multiple platforms such as web, Android, and ios. There is an example implemented in flutter on the homepage.

Homepage

License

unknown (license)

Dependencies

encrypt, flutter, http, universal_html, web_socket_channel

More

Packages that depend on vchatcloud_flutter_sdk