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

### How can we help? import 'package:flutter/material.dart'; import 'dart:async'; // import 'main.dart'; import '../configurations.dart'; class SplashScreen extends StatefulWidget { const SplashScreen({super.key}); @override // ignore: library_private_types_in_public_api _SplashScreenState createState() => _SplashScreenState(); }...

### What happened? I'm encountering an issue while building an iOS app using Xcode: a "No module found: OneSignalExtension" error causes the build to fail. This problem began after I...

### How can we help? i am facing this weird issue where im not getting notification for the first time, OneSignal.Notifications.addForegroundWillDisplayListener is called but it doesnt go inside the functions...

### What happened? I have tried multiple versions, but I cannot make addForegroundWillDisplayListener nor addClickListener to handle any notification. My notifications are not shown while the app is in the...

### What happened? I am trying to navigate to specific page which needs ID, which i have to pass through the custom_data. **This is the rest-API Payload:** { "app_id": "appId",...

### What happened? In Android all lifecycleInit method don't complete the Future, java needs a result like iOS do. iOS https://github.com/OneSignal/OneSignal-Flutter-SDK/blob/7e921f0b0d34745963464b51979c89466fb2b715/ios/Classes/OSFlutterNotifications.m#L106 ``` - (void)lifecycleInit:(FlutterMethodCall *)call withResult:(FlutterResult)result { [OneSignal.Notifications addForegroundLifecycleListener:self]; [OneSignal.Notifications...

# Description ## One Line Summary Fixed 'setMockMethodCallHandler' is deprecated | Updated minSdkVersion to 23 & compileSdkVersion to 34 ## Details [Updated] minSdkVersion to 23 in build.gradle files [Updated] compileSdkVersion...

### What happened? N/A ### Steps to reproduce? ```Markdown Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of...

Android

### What happened? I am getting warnings by the Apple App Store about my app including `NSLocationWhenInUseUsageDescription` and `NSBluetoothAlwaysUsageDescription`, which I think come from the one OneSignal Flutter SDK. I...