d2d_notifications 1.0.1+1 copy "d2d_notifications: ^1.0.1+1" to clipboard
d2d_notifications: ^1.0.1+1 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_notifications

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

dependencies:
  d2d_notifications: ^1.0.1+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:d2d_notifications/d2d_notifications.dart';
5
likes
130
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Send Firebase Notification to any device, let it be any FCM Token or Topic Subscription

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on d2d_notifications