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
How can we help?
I tired latest version of
onesignal_flutterwithflutter_local_notifications.However, I am having a problem that the click event of
flutter_local_notificationsis not detected on iOS.So I found out that
postNotificationcreated 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_notificationstogether?Code of Conduct