cometchat_push_notifications 1.0.0
cometchat_push_notifications: ^1.0.0 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_notificationsThis 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.0Alternatively, 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';