개발/Flutter
FCM icon 바꾸기
dev_caleb
2022. 7. 20. 15:38
728x90
How to Change the Android Notification Icon/Status Bar Icon for Push-notification in #flutter?
I want to replace the default Icon with my own icon for Push-notifications. Now the App show the Icon as White box .
stackoverflow.com
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_notification" />
728x90