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's on your mind? We need migration guide from 3.5.1 to 5.0.0. A lot of methods have been added or changed. The version jump itself testifies to this, but...
### What happened? **Description:** While using the OneSignal Flutter plugin, I encountered a java.lang.NoClassDefFoundError during runtime. This error wasn't observed during compile-time, and I believe it might be related to...
### What happened? The callback for `_handleMethod(MethodCall call)` function on `OneSignalNotifications` class is getting called as many times as the app get's Hot Restarted, so listeners gets called several times...
### What happened? Notification is not created if I try right after calling `login`. ### Steps to reproduce? I am using Supabase auth but this should be reproducible without it....
### What happened? When requesting the notification using another plugin, OneSignal on Android 13+ does not recognize that the app already has notification permission without calling requestPermission(). ### Steps to...
### How can we help? Hello, Is it possible to receive a listener when a user taps a push notification in the background mode? I have tried with OneSignal.Notifications.addClickListener in...
### What happened? After last xcode update I'm getting errors to run my app, with vscode run (or cli Flutter run command) the app never stops building process, but by...
### How can we help? [!] Unable to find a target named `OneSignalNotificationServiceExtension` in project `Runner.xcodeproj`, did find `Runner` and `OneSignalServiceNotificationExtension`. after adding onesignalnotification extension in podfile and running pod...
### What happened? In Flutter one signal version 3.5.0 setNotificationOpenedHandler is not working. When click on notification it opens the app but this function is not working and we can...
### What's on your mind? - `setNotificationOpenedHandler` works pretty fine when the app is running. - And I'm able to receive notifications in foreground. I have handle the notification reception...