본문 바로가기
개발/Flutter

FCM icon 바꾸기

by dev_caleb 2022. 7. 20.
728x90

https://stackoverflow.com/questions/46676014/how-to-change-the-android-notification-icon-status-bar-icon-for-push-notificatio

 

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

'개발 > Flutter' 카테고리의 다른 글

Instagram의 게시물 추가하기 api  (0) 2022.07.23
permission handler IOS  (0) 2022.07.22
flutter_local_notifications(1/2)  (0) 2022.07.19
평범한 텍스트 버튼  (0) 2022.07.08
index scroll library  (0) 2022.07.05