PushNotification
PushNotification copied to clipboard
Push Noti with image for Ios and android
Does this package allows to send image push noti for ios and android?
I don't think it will possible because notification is just string data. If you want to sent it, you may send some like url image but it's not possible if you want to sent DataURI or big size of serialized data because it will exceed size limit of push notification. In FCM will limit at 4kb.
After you sent url to device. You need to create custom view for your notification too.