mrrhak / icons_launcher

Icons Launcher - A command-line tool that simplifies the task of updating your Flutter app's launcher icon. Full flexibility allows you to only update the launcher icon for specific platforms as needed.
https://pub.dev/packages/icons_launcher
MIT License
115 stars 11 forks source link

[FEATURE REQUEST] Custom favicon for web #13

Closed OutdatedGuy closed 2 years ago

OutdatedGuy commented 2 years ago

:speech_balloon: Description

By default, the image_path is used to generate favicon on web. But in some cases we might want different favicon and launcher_icons.

Proposal: To have a field favicon_path which will be used to generate favicons if specified.

:question: Platform

Web