pushwoosh_flutter 2.2.17 copy "pushwoosh_flutter: ^2.2.17" to clipboard
pushwoosh_flutter: ^2.2.17 copied to clipboard

This plugin allows you to receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).

Installation #

  1. Install the library from pub:
dependencies:
  pushwoosh: '^2.2.17'
  1. Configure Firebase Android project in Firebase console.

  2. Place a google-services.json file into android/app folder in your project directory.

Usage #

import 'package:pushwoosh/pushwoosh.dart';
...
Pushwoosh.initialize({"app_id": "YOUR_APP_ID", "sender_id": "FCM_SENDER_ID"});
Pushwoosh.getInstance.onPushReceived.listen((event) {
...
});
Pushwoosh.getInstance.onPushAccepted.listen((event) {
...
});
Pushwoosh.getInstance.registerForPushNotifications();

Guide #

https://www.pushwoosh.com/docs/flutter-plugin-integration

0
likes
0
pub points
80%
popularity

Publisher

unverified uploader

This plugin allows you to receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on pushwoosh_flutter