masamune_notification_firebase 1.1.57 copy "masamune_notification_firebase: ^1.1.57" to clipboard
masamune_notification_firebase: ^1.1.57 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: ^1.1.57

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, katana_firebase, masamune

More

Packages that depend on masamune_notification_firebase