firebase_messaging_handler 0.1.0 copy "firebase_messaging_handler: ^0.1.0" to clipboard
firebase_messaging_handler: ^0.1.0 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 Flutter:

 $ flutter pub add firebase_messaging_handler

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

dependencies:
  firebase_messaging_handler: ^0.1.0

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

Publisher

verified publisherqoder.in

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, shared_preferences

More

Packages that depend on firebase_messaging_handler