Change Flutter icon that shows when Overview button pressed in Android

一个人想着一个人 提交于 2019-12-19 11:51:31

问题


I performed the Flutter Launcher Icons procedure and it worked perfectly, all application icons have changed, after the images in the folders below have been changed by my icon:

mipmap-hdpi

mipmap-mdpi

mipmap-xhdpi

mipmap-xxhdpi

mipmap-xxxhdpi

However, there is 1 icon that is not being changed and I do not know how to change.

Below this image which remains of the flutter icon.

Icon Flutter: Flutter Demo

This icon should have changed since all the others were also

Could you tell me how you could handle this?


回答1:


This often happens as you OS caches few image assets. So, it's not flutter issue. What you can do is try rebooting, or completely uninstall and reinstall. That's how I fixed the issue. This frequently occurs with Redmi devices.



来源:https://stackoverflow.com/questions/51569550/change-flutter-icon-that-shows-when-overview-button-pressed-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!