firebase_notifications_handler 2.0.1+2 copy "firebase_notifications_handler: ^2.0.1+2" to clipboard
firebase_notifications_handler: ^2.0.1+2 copied to clipboard

Easy-to-use Firebase notifications handler with built-in local notifications support, allowing your app to display notifications in the foreground without extra setup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_notifications_handler

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

dependencies:
  firebase_notifications_handler: ^2.0.1+2

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_notifications_handler/firebase_notifications_handler.dart';
39
likes
150
points
465
downloads

Publisher

verified publisherrithik-dev.me

Weekly Downloads

Easy-to-use Firebase notifications handler with built-in local notifications support, allowing your app to display notifications in the foreground without extra setup.

Repository (GitHub)
View/report issues

Topics

#flutter #firebase #widget #notifications #push-notifications

Documentation

API reference

License

MIT (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, http, path_provider

More

Packages that depend on firebase_notifications_handler