Hello I want my firsbase push notification’s app icon should look like big icon at left and title at right side. Here I am attaching an example. I am able to set the icon but its coming as very small and totally at the top. Please help me out.
Asked
Active
Viewed 112 times
0
-
basically you need to create custom layout for notification. All big apps that you are talking about does that. – Ankit Mishra Nov 20 '21 at 19:58
-
Is it possible to create custom layout in flutter as I know I have to create in XML and link it to my flutter app but do you have any example ? – Rashmi Ranjan Sahoo Nov 25 '21 at 04:15
-
how can we create custom layout for notification can you please tell me @AnkitMishra – Ravi Soni May 31 '22 at 08:52
-
@RaviSoni need to design layout file and use it. Try searching some good blogs on search engine about the same. – Ankit Mishra May 31 '22 at 18:04
-
@AnkitMishra I know how to create a custom XML layout I'll do it but how to use it in flutter for notification I tried searching but didn't find something relevant to this if you have done such a task can you share some references? – Ravi Soni Jun 01 '22 at 08:02