OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
623 stars 213 forks source link

[question]: How can I use Onesignal like as `flutter_local_notifications`? #953

Open FullstackWEB-developer opened 2 months ago

FullstackWEB-developer commented 2 months ago

How can we help?

I tired latest version of onesignal_flutter with flutter_local_notifications. However, I am having a problem that the click event of flutter_local_notifications is not detected on iOS.

So I found out that postNotification created notification without API connection in V9. But, this feature was dropped in the latest version.

In the latest version, there is no same function, so I have to use flutter_local_notifications together?

Code of Conduct