I've created a Flutter app for both android and ios I'm using: <ol> <li>Flutter 1.17</li> <li>One-Signal for push notifications 2.5 for Flutter</li> </ol> The...
Flutter can't launch my application after adding onesignal to my app. I've followed this <a href="https://documentation.onesignal.com/docs/flutter-sdk-setup#section-2-...
How to get playerId of a user inside the flutter app?. Player Id can be found in One signal website but i want that inside the flutter app and want to store it to send...
is there any way i can change notification alert in One signal flutter SDK ? I saw the documentation but i didn't see anything helpful
<pre><code> void _handleSetLocationShared() { print(Paylaşılan konumu true olarak ayarlama); OneSignal.shared.setLocationShared(true); </code></pre> }...
I have built a flutter app and I have used oneSignal for the notifications part of the app but till yet, I could not find a way to listen to know when a new not...
I am trying to implement the background notification handler in flutter for the one signal flutter sdk. What I am trying to do is call a method in flutter side when a...
I am using Flutter with OneSignal. All the configs and handlers are working as expected when app is opened or in background. But not when closed. I receive notificatio...
I can't compile my project because of this: <pre><code>FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task '...
I have an android app created with Unity, I can send notifications to this app from OneSignal web site and from my php website successfully. Now I want to send notific...
I am facing this error when setup onesignal on flutter. <blockquote> appContext set, but please call setAppId(appId) with a valid appId to complete OneSignal in...
After migrating to null-safety and flutter 2 I get problem with ios build:<br /> I run <code>flutter clean; rm ios/Podfile.lock pubspec.lock; rm -rf ios/Pods ios/Runne...
I try to prepare my flutter app to work with one signal plugin , but when follow the steps that defined by one signal itself , there are many error related to version...
I'm using one signal within my flutter app and everything is fine except the notifications have no icon ( comes with a default bill icon ). I have read the do...
FAILURE: Build failed with an exception. <ul> <li>What went wrong: A problem occurred configuring project ':onesignal_flutter'.</li> </ul> <blockquote> Could no...