FCM Custom Notification Icon in flutter
good morning all,
I'm using firebase cloud messaging to send notifications but I'm trying to change its icon and can't do it
I'm trying a lot of solutions but no one is working for me such as :
1-
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@mipmap/ic_notification" />
2- changing launcher icon
3- modify the launch_background.xml
and make the transparent
and a lot of solution, could anyone help me, please?
Comments
Post a Comment