easazade / android_long_task

android long task is a flutter plugin to run dart code in an android foreground service with simplicity
Apache License 2.0
16 stars 6 forks source link

Is there is way to set custom icon for foreground task notification? #9

Open kazbeksultanov opened 2 years ago

kazbeksultanov commented 2 years ago

Hi, I always get flutter icon even if I replaced with my own it with flutter launcher plugin. What can I do?

easazade commented 2 years ago

android_long_task plugin gets the notification icon from following path /Users/alireza/workspace/flutter/projects/city_project/city/apps/rekab/android/app/src/main/res/mipmap-***/ic_launcher.png.

check that folder please