cometchat_sdk 5.0.0 copy "cometchat_sdk: ^5.0.0" to clipboard
cometchat_sdk: ^5.0.0 copied to clipboard

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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cometchat_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cometchat_sdk: ^5.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cometchat_sdk/cometchat_sdk.dart';
11
likes
90
points
2.62k
downloads

Documentation

API reference

Publisher

verified publishercometchat.com

Weekly Downloads

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.

Homepage

License

unknown (license)

Dependencies

dio, flutter, flutter_secure_storage, idb_shim, json_annotation, path, shared_preferences, sqflite, sqflite_common_ffi, web_socket_channel

More

Packages that depend on cometchat_sdk