cometchatcalls_plugin 3.0.3 copy "cometchatcalls_plugin: ^3.0.3" to clipboard
cometchatcalls_plugin: ^3.0.3 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 cometchatcalls_plugin

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

dependencies:
  cometchatcalls_plugin: ^3.0.3

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:cometchatcalls_plugin/cometchatcalls_plugin.dart';
1
likes
100
pub points
28%
popularity

Publisher

verified publishercometchat.com

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

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, http, plugin_platform_interface

More

Packages that depend on cometchatcalls_plugin