You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the OneSignal Flutter SDK (onesignal_flutter) in my app, and I have a specific use case where I need to trigger Dart code when a background notification is received. Currently, I understand that background notifications are handled natively by the OS, and there’s no direct way to execute Dart code when the app is in the background.
Is there any way to achieve this? For example:
Can we use data-only notifications to trigger Dart code in the background?
Is there a way to wake up the Dart isolate or execute custom logic when a background notification is received?
Are there any plans to support this feature in the future?
My use case involves displaying multiple local notifications when a background notification is received. I’d appreciate any guidance or workarounds you can provide.
Thank you!
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
Dear OneSignal Team,
I’m using the OneSignal Flutter SDK (onesignal_flutter) in my app, and I have a specific use case where I need to trigger Dart code when a background notification is received. Currently, I understand that background notifications are handled natively by the OS, and there’s no direct way to execute Dart code when the app is in the background.
Is there any way to achieve this? For example:
Can we use data-only notifications to trigger Dart code in the background?
Is there a way to wake up the Dart isolate or execute custom logic when a background notification is received?
Are there any plans to support this feature in the future?
My use case involves displaying multiple local notifications when a background notification is received. I’d appreciate any guidance or workarounds you can provide.
Thank you!
Code of Conduct
The text was updated successfully, but these errors were encountered: