I have a problem with icon on android device (the foreground icon), I made icon file like this: 32-bit - png with alpha, 512 x 512px, the icon is 380x380px so like 70-75% of whole screen and it is messed up, what I mean by that is: the icon of my app idk that you can see it or not is overscaled, like its on zoom 150% and its cut to another dimensions. I've tested background as color also as white image 512x512px. On preview everything is fine but after publishing its like on zoom 150%, is there any way that flutterflow has cached that icon or sth like that? Also I've found out another thing, while downloading code to my Mac, opening only android folder with android studio, going to folder res, I can do right click and new image asset and there you can change app icon by uploading png and making adjustments. So to my icon look good I needed to scale it by android studio from 100% to 60% and it was looking good. That makes me to think about that is there any option to do same operation in flutter flow or can I do adjustment of that icon like scaling via UI or maybe by a some kind of function? Or maybe is there any other options to make it look properly?
Android adaptive icon overcalled
Troubleshooting
I've tested background as color also as white image 512x512px. On preview everything is fine but after publishing its like on zoom 150%, is there any way that flutterflow has cached that icon or sth like that? Also I've found out another thing, while downloading code to my Mac, opening only android folder with android studio, going to folder res, I can do right click and new image asset and there you can change app icon by uploading png and making adjustments. So to my icon look good I needed to scale it by android studio from 100% to 60% and it was looking good.
Yes
2
2 replies