patapata_firebase_messaging 1.0.1 copy "patapata_firebase_messaging: ^1.0.1" to clipboard
patapata_firebase_messaging: ^1.0.1 copied to clipboard

This package is a plugin for Patapata that adds support for Firebase Cloud Messaging to your Patapata app.

Patapata - Firebase Cloud Messaging

Add support for Firebase Cloud Messaging to your Patapata app.


About #

This package is a plugin for Patapata that adds support for Firebase Cloud Messaging to your Patapata app. It will automatically handle push notifications from Firebase and send them to Patapata's Notification system.

This plugin requires the patapata_firebase_core plugin to be installed and activated.

Getting started #

  1. Add the dependency to your pubspec.yaml file
flutter pub add patapata_firebase_messaging
  1. Import the package
import 'package:patapata_firebase_messaging/patapata_firebase_messaging.dart';
  1. Activate the plugin
void main() {
  App(
    environment: const Environment(),
    plugins: [
      FirebaseCorePlugin(),
      FirebaseMessagingPlugin(),
    ],
  )
  .run();
}

Contributing #

Check out the CONTRIBUTING guide to get started.

License #

See the LICENSE file

0
likes
0
pub points
32%
popularity

Publisher

verified publishergree.co.jp

This package is a plugin for Patapata that adds support for Firebase Cloud Messaging to your Patapata app.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, firebase_messaging, flutter, flutter_local_notifications, patapata_core, patapata_firebase_core, path_provider

More

Packages that depend on patapata_firebase_messaging