firebase_messaging_handler 0.0.8 copy "firebase_messaging_handler: ^0.0.8" to clipboard
firebase_messaging_handler: ^0.0.8 copied to clipboard

A comprehensive Flutter plugin for handling Firebase Cloud Messaging notifications with advanced features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firebase_messaging_handler

With Flutter:

 $ flutter pub add firebase_messaging_handler

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

dependencies:
  firebase_messaging_handler: ^0.0.8

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:firebase_messaging_handler/firebase_messaging_handler.dart';
19
likes
0
points
79
downloads

Publisher

verified publisherqoder.in

Weekly Downloads

A comprehensive Flutter plugin for handling Firebase Cloud Messaging notifications with advanced features.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, shared_preferences

More

Packages that depend on firebase_messaging_handler