OneSignal-Flutter-SDK icon indicating copy to clipboard operation
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

Results 171 OneSignal-Flutter-SDK issues
Sort by recently updated
recently updated
newest added
trafficstars

### What happened? Followed instructions [here](https://documentation.onesignal.com/docs/service-extensions#android-notification-service-extension) and created a .java file in com.package.name now I have 2 files there MainActivity.java And NotificationServiceExtension.java ``` ``` ![image](https://user-images.githubusercontent.com/114453690/202102440-0dff56f8-9fe5-4fb1-a555-d614dc53c8b8.png) ### Steps to reproduce? ```Markdown...

### How can we help? Unable to disable the launch url in notification when opened. What can I do to completely remove the launch Url? ENV. Doctor summary (to see...

## Notice As we continue to improve our systems with the new User Model updates, we found a bug in our Android SDK 5.0.0 to 5.1.6 versions that is causing...

### What happened? onesignal_flutter 5.0.4 using this SDK version after calling this preventDefault() function still notification is showing ### Steps to reproduce? ```Markdown 1. Add latest version of one signal...

### What happened? SDK 5.0.4 ### Steps to reproduce? ```Markdown At startup ``` ### What did you expect to happen? `Not Subscribed` users increase The number of subscribers is also...

Need More Information
High Priority
Possible Bug
Android

### What happened? ``` Future init() async { OneSignal.Debug.setLogLevel(OSLogLevel.verbose); OneSignal.Debug.setAlertLevel(OSLogLevel.none); OneSignal.initialize(F.oneSignalKey); await OneSignal.User.pushSubscription.optIn(); OneSignal.Notifications.addForegroundWillDisplayListener(( event, ) { event.preventDefault(); LocalNotificationService.showNotification( event.notification, event.notification.additionalData?['data']['id'] ?? '', ); }); OneSignal.Notifications.addClickListener((event) { if (event.notification.additionalData?['action'] ==...

### How can we help? I have added a notification sound file to this path (android/app/src/main/res/raw) and also created keep.xml file, but when the notification triggers, it will play the...

I am trying to integrate the OneSignal SDK with a Flutter iOS app having multiple schemes or flavors, i.e., experimental and production. The configuration only works fine with the production...

### How can we help? Hi i have problem with OneSignal geolocation. In my app i made request for geolocation and if geolocation is accepted i will set OneSignal.Location.setShared(true); Everything...

I switched to the latest version (3.3.0) and there are fewer features than before. Once pushes worked in the background in IOS, then after new versions they stopped working. Now...