简体   繁体   English

如何更改 Flutter 应用的网站图标

[英]How to Change the Website icon for a flutter app

I want to change the logo of the website which is made on flutter I am using this library flutter_launcher_icons .我想更改在颤振上制作的网站的徽标,我正在使用这个库flutter_launcher_icons But this only works for android and ios, Is there any way to change the web app also?但这仅适用于android和ios,还有什么方法可以更改网络应用程序吗?

Go to the web folder in your project, then you can see a file called favicon.png .转到项目中的web文件夹,然后您可以看到一个名为favicon.png的文件。 Replace the file with any png file which is not bigger than 16 pixels.用任何不大于 16 像素的 png 文件替换该文件。

The picture should be图片应该是

  • PNG formatted PNG 格式
  • smaller than 16 pixels or 16 pixels.小于 16 像素或 16 像素。
  • Small-sized (for faster load)小型(用于更快的加载)

After this, you need to rebuild the project!在此之后,您需要重建项目!

I think this is the best way to implement the answer to this question.我认为这是实现这个问题的答案的最佳方式。

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

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