简体   繁体   English

为什么单击概览按钮时会显示默认的颤动图标应用程序?

[英]Why default flutter icon app is shown when clicking overview button?

On my phone "desktop" I can see the custom icon I have set up for my app (by placing the images inside the mipmap folders and referencing them inside AndroidManifest).在我的手机“桌面”上,我可以看到我为我的应用程序设置的自定义图标(通过将图像放在 mipmap 文件夹中并在 AndroidManifest 中引用它们)。 However when I click the overview button, I still see the default flutter icon associated with my app.但是,当我单击概览按钮时,我仍然看到与我的应用程序关联的默认颤动图标。

How can I change that?我怎样才能改变它?

I Suggest flutter_launcher_icons package for changing Flutter application icon.我建议使用 flutter_launcher_icons 包来更改 Flutter 应用程序图标。 As you have to define an icon for different resolutions.因为您必须为不同的分辨率定义一个图标。
But when using flutter_launcher_icons , you just define/update your icon app once.it's easy to use just follow the guide : https://pub.dev/packages/flutter_launcher_icons#book-guide但是当使用 flutter_launcher_icons 时,你只需定义/更新你的图标应用程序一次。它很容易使用,只需按照指南: https ://pub.dev/packages/flutter_launcher_icons#book-guide

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM