简体   繁体   中英

how to change icon on Android notification tray using flutter local notification?

I am using flutter local notification to show notification on my app locally (not FCM).

I can show the icon of my app on the status bar like this on my Android app

在此处输入图像描述

but when I open the Android notification tray, the icon is just white, it doesn't show my icon like this

在此处输入图像描述

so how to change icon on Android notification tray using flutter local notification?

currently I am using flutter_local_notifications: ^9.6.1

sometimes its problem with the icon. you need to replace it with some other icon and try. there is site you can use for icon generating and testing the image type. LINK

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM