lambiengcode / flutter-ios-communication-notifications-plugin

Flutter plugin for displaying iOS communication notifications. Easily integrate notifications into your Flutter app. Compatible with iOS 15 and above.
https://pub.dev/packages/ios_communication_notification
MIT License
8 stars 6 forks source link

How to use this plugin with other notification plugins? #1

Open BullsEye34 opened 1 year ago

BullsEye34 commented 1 year ago

Hi, We have a project which uses awesome_notifications. We want to show communication notifications for chats.

How can we use this plugin with the awesome_notifications?

awesome_notifications are needed for Android at least, so can't remove it.

BullsEye34 commented 1 year ago

Also there is no example in the repository, so it is really hard to know how to implement it.

Can you please add an example code in the example/ folder?

As when I try the instructions in the README.md, I'm unable to get communication notifications