flutter_notifyhub 1.0.2 copy "flutter_notifyhub: ^1.0.2" to clipboard
flutter_notifyhub: ^1.0.2 copied to clipboard

Secure Flutter package to send Firebase Cloud Messaging (FCM) notifications directly from the client — no backend required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_notifyhub

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

dependencies:
  flutter_notifyhub: ^1.0.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:flutter_notifyhub/flutter_notifyhub.dart';
1
likes
160
points
133
downloads

Publisher

verified publisheralwaridev.tech

Weekly Downloads

Secure Flutter package to send Firebase Cloud Messaging (FCM) notifications directly from the client — no backend required.

Homepage
Repository (GitHub)
View/report issues

Topics

#firebase #notifications #fcm #firebase-notifications #messaging

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

crypto, encrypt, firebase_core, firebase_messaging, flutter, http

More

Packages that depend on flutter_notifyhub