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

Fcm Sending is a simple Flutter package that helps developers send customized notifications with ease. It automatically converts the notification message body into a Dart model, making it user-friendl [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fcm_sending

With Flutter:

 $ flutter pub add fcm_sending

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

dependencies:
  fcm_sending: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fcm_sending/fcm_sending.dart';
11
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Fcm Sending is a simple Flutter package that helps developers send customized notifications with ease. It automatically converts the notification message body into a Dart model, making it user-friendly and reducing confusion when handling notification data. Perfect for apps that need to integrate push notifications without the hassle of complex payload management.

License

unknown (license)

Dependencies

flutter, googleapis_auth, http, shared_preferences

More

Packages that depend on fcm_sending