cometchat_push_notifications 1.0.1 copy "cometchat_push_notifications: ^1.0.1" to clipboard
cometchat_push_notifications: ^1.0.1 copied to clipboard

CometChat Push Notifications plugin for Flutter — delivers chat and call notifications via FCM and APNs, with VoIP call support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cometchat_push_notifications

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

dependencies:
  cometchat_push_notifications: ^1.0.1

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_push_notifications/cometchat_push_notifications.dart';
0
likes
150
points
87
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CometChat Push Notifications plugin for Flutter — delivers chat and call notifications via FCM and APNs, with VoIP call support.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cometchat_sdk, flutter, flutter_web_plugins, notification_voip_plugin, plugin_platform_interface, web

More

Packages that depend on cometchat_push_notifications

Packages that implement cometchat_push_notifications