howtodothisinflutter icon indicating copy to clipboard operation
howtodothisinflutter copied to clipboard

New Favicon

Open deadcoder0904 opened this issue 5 years ago โ€ข 6 comments

It confused me which website I was opening as you have used Flutter's logo.

I think it makes sense to change to anything else than that. But I understand it might not be a priority :)

deadcoder0904 avatar Dec 18 '18 06:12 deadcoder0904

To change the application icon you should change pubspec.yaml in next way:

dev_dependencies: 
  flutter_test:
    sdk: flutter

  flutter_launcher_icons: "^0.6.1"

flutter_icons:
  image_path: "assets/icon.png" 
  android: true
  ios: true

After this execute next commands in terminal:

flutter pub get

flutter pub pub run flutter_launcher_icons:main

Other way is chaning manifest, read more: https://flutter.dev/docs/deployment/android

ghost avatar Apr 04 '19 19:04 ghost

@stormr1der I believe @deadcoder0904 meant favicon of howtodothisinflutter.com itself, your comment is more about changing icon of a Flutter application

lesnitsky avatar Apr 05 '19 11:04 lesnitsky

Yep @stormr1der, @lesnitsky is right ๐Ÿ˜‚

Thanks tho ๐Ÿ˜ƒ

deadcoder0904 avatar Apr 05 '19 11:04 deadcoder0904

@deadcoder0904 this issue hadn't any description when i left my comment ๐Ÿ˜†

ghost avatar Apr 06 '19 12:04 ghost

@stormr1der what do you mean? I haven't edited the description at all since opening the issue ๐Ÿ˜‚

deadcoder0904 avatar Apr 06 '19 14:04 deadcoder0904

@stormr1der what do you mean? I haven't edited the description at all since opening the issue ๐Ÿ˜‚

Lol, rly? looks like i need to work less)

ghost avatar Apr 06 '19 19:04 ghost