mitchhymel / local_notifications

No longer in development -Flutter plugin for creating notifications
BSD 2-Clause "Simplified" License
108 stars 14 forks source link

How to Add custom images or icons onto the AddActions or Actions #11

Open Aris-ngoy opened 6 years ago

Aris-ngoy commented 6 years ago

i would like to use icons on actions instead of text

mitchhymel commented 6 years ago

I'm not super familiar with iOS, but from a quick search, it seems like iOS only supports text for actions.

On Android, this is definitely possibly, just not implemented yet. Though on android sdk 24+, the icons will not be shown, only the text. I almost added this functionality recently but didn't think anyone would want it (guess I was wrong). For system icons, I know exactly what I have to do: basically just add another parameter in dart that is propagated to the native code and then use that value instead of using 0 at this line. For custom images/icons, I'll have to investigate.

Aris-ngoy commented 6 years ago

that will be helpful thanks

Ajit121 commented 6 years ago

Please give support for adding custom content view in notification.