firebase_messaging_manager 0.0.1 copy "firebase_messaging_manager: ^0.0.1" to clipboard
firebase_messaging_manager: ^0.0.1 copied to clipboard

A production-safe Firebase Messaging lifecycle manager for Flutter with duplicate notification prevention, local notification orchestration, and clean callbacks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_messaging_manager

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

dependencies:
  firebase_messaging_manager: ^0.0.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:firebase_messaging_manager/firebase_messaging_manager.dart';
0
likes
150
points
84
downloads

Documentation

API reference

Publisher

verified publishervipulflutter.dev

Weekly Downloads

A production-safe Firebase Messaging lifecycle manager for Flutter with duplicate notification prevention, local notification orchestration, and clean callbacks.

Repository (GitHub)
View/report issues

Topics

#firebase #notifications #fcm #flutter-plugin #lifecycle

License

MIT (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications

More

Packages that depend on firebase_messaging_manager