d2d_notifications 1.0.0
d2d_notifications: ^1.0.0 copied to clipboard
Send Firebase Notification to any device, let it be any FCM Token or Topic Subscription
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add d2d_notificationsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
d2d_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:d2d_notifications/d2d_notifications.dart';