Changing Notification Icon For Flutter Local
Create a notification icon:
Add a small, monochrome icon 96x96 (preferably white with transparent background) to:
android/app/src/main/res/drawable/
Name it:
notification_icon.png
Replace the reference:
Change @mipmap/ic_launcher
to @drawable/notification_icon
Don’t forget to subscribe and give it a like.
Oh, wait. This isn’t YouTube. And I don’t do YouTube videos.