fcm_sending 0.0.3
fcm_sending: ^0.0.3 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 Flutter:
$ flutter pub add fcm_sendingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fcm_sending: ^0.0.3Alternatively, 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:fcm_sending/fcm_sending.dart';