messaging_service 1.14.2 copy "messaging_service: ^1.14.2" to clipboard
messaging_service: ^1.14.2 copied to clipboard

Library for creating a messaging service for different kind of messages received from FirebaseMessaging

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add messaging_service

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

dependencies:
  messaging_service: ^1.14.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:messaging_service/messaging_service.dart';
1
likes
130
pub points
33%
popularity

Publisher

unverified uploader

Library for creating a messaging service for different kind of messages received from FirebaseMessaging

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_core, firebase_messaging, flutter

More

Packages that depend on messaging_service