masamune_notification_firebase 2.2.16 copy "masamune_notification_firebase: ^2.2.16" to clipboard
masamune_notification_firebase: ^2.2.16 copied to clipboard

Package for receiving PUSH notifications using Firebase Messaging. Firebase Functions can also be used to send notifications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add masamune_notification_firebase

With Flutter:

 $ flutter pub add masamune_notification_firebase

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

dependencies:
  masamune_notification_firebase: ^2.2.16

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:masamune_notification_firebase/masamune_notification_firebase.dart';
1
likes
0
pub points
32%
popularity

Publisher

verified publishermathru.net

Package for receiving PUSH notifications using Firebase Messaging. Firebase Functions can also be used to send notifications.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, freezed_annotation, json_annotation, katana_firebase, masamune, universal_platform

More

Packages that depend on masamune_notification_firebase