pushwoosh_flutter

Creator: coderz1093

Last updated:

Add to Cart

Description:

pushwoosh flutter

Installation #

Install the library from pub:

dependencies:
pushwoosh_flutter: '^2.2.25'
copied to clipboard


Configure Firebase Android project in Firebase console.


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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.