flutter_firebase_push_notification_provider 1.0.0 copy "flutter_firebase_push_notification_provider: ^1.0.0" to clipboard
flutter_firebase_push_notification_provider: ^1.0.0 copied to clipboard

A Flutter package that provides a unified interface for Firebase Cloud Messaging (FCM) push notifications. Handles permissions, token management, and message routing across all app states.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_firebase_push_notification_provider

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

dependencies:
  flutter_firebase_push_notification_provider: ^1.0.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:flutter_firebase_push_notification_provider/flutter_firebase_push_notification_provider.dart';
0
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a unified interface for Firebase Cloud Messaging (FCM) push notifications. Handles permissions, token management, and message routing across all app states.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, firebase_core, firebase_messaging, flutter, package_info_plus

More

Packages that depend on flutter_firebase_push_notification_provider