mugib_sdk_push 1.2.0
mugib_sdk_push: ^1.2.0 copied to clipboard
Turnkey FCM push add-on for mugib_sdk — one call wires Firebase Cloud Messaging to a Mugib client for proactive notifications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mugib_sdk_pushThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mugib_sdk_push: ^1.2.0Alternatively, 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:mugib_sdk_push/mugib_sdk_push.dart';