• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: How to Change the Website icon for a flutter app

Resolved: How to Change the Website icon for a flutter app

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

I want to change the logo of the website which is made on flutter I am using this library flutter_launcher_icons. But this only works for android and ios, Is there any way to change the web app also?

Answer:

Go to the web folder in your project, then you can see a file called favicon.png. Replace the file with any png file which is not bigger than 16 pixels.
The picture should be
  • PNG formatted
  • smaller than 16 pixels or 16 pixels.
  • 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.

If you have better answer, please add a comment about this, thank you!

android dart flutter flutter-web
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: std::regex_replace to replace multiple combinations

26/03/2023

Resolved: How can I copy files using the ansible.builtin.copy module and avoid conflicting file names?

26/03/2023

Resolved: Reshape tensors of unknown shape with tf.function

26/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.