OneSignal-Flutter-SDK
OneSignal-Flutter-SDK copied to clipboard
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
### What happened? setNotificationOpenedHandler is not called when I click the notification and app in killed status ### Steps to reproduce? ```Markdown 1. Open the application 2. Swipe out the...
### What happened? When you change the screen orientation, pushes start coming as if the application is hidden or unloaded. The setNotificationWillShowInForegroundHandler method is not called. Options: onesignal_flutter: 3.4.2 flutter...
Test this PR with this: ```yaml onesignal_flutter: git: url: https://github.com/efraespada/OneSignal-Flutter-SDK.git ``` I'm implementing OneSignal because of its reliability. Previously I used FCM where all the data push messages could be...
### What happened? i implement onesignal with other library Analityc in my project,and an error occurred in ``` if (didFailToRegisterForRemoteNotificationsIMP) { didFailToRegisterForRemoteNotificationsIMP(self, methodSelector, application, error); } ``` if one of...
### What happened? I'm receiving this error on release build with lint enabled: ``` /opt/homebrew/Caskroom/flutter/3.7.0/flutter/.pub-cache/hosted/pub.dev/onesignal_flutter-3.5.0/android/src/main/java/com/onesignal/flutter/OneSignalOutcomeEventsController.java:15: warning: [deprecation] Registrar in PluginRegistry has been deprecated import io.flutter.plugin.common.PluginRegistry.Registrar; ^ /opt/homebrew/Caskroom/flutter/3.7.0/flutter/.pub-cache/hosted/pub.dev/onesignal_flutter-3.5.0/android/src/main/java/com/onesignal/flutter/OneSignalPlugin.java:42: warning: [deprecation] Registrar...
### What happened? I'm calling `OneSignal.shared.disablePush(true);` method in logout function to disable the notifications. but when i "turn off" the Internet" while method is executing it returns the below logs...
### How can we help? We have a project built with GetX and use OneSignal for notifications. There is a chat feature in the app and when user clicks on...
### How can we help? How do I get XCTests in RunnerTests to work in a Flutter app? I assume I need to add something to the test build target,...
### What happened? onesignal_flutter: ^5.2.2 ### Steps to reproduce? ```Markdown 1) General initialisation of One signal 2) Add click on notification 3) Click on notification only Android. If google chrome...
OneSignal.Notifications.addClickListener does not fire on push notification tap when app is killed
### How can we help? Hi, I just reopen this issues (https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/723) that in 5.2.2 is still same issue in original firebase, using FirebaseMessaging.onMessageOpenedApp.listen, if in background mode and clicking...