pushwoosh 2.0.3 copy "pushwoosh: ^2.0.3" to clipboard
pushwoosh: ^2.0.3 copied to clipboard

discontinuedreplaced by: pushwoosh_flutter
outdated

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

Installation #

  1. Install the library from pub:
dependencies:
  pushwoosh: '^2.0.3'
copied to clipboard
  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();
copied to clipboard

Guide #

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

3
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.25 - 2025.01.07

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