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.
When running flutter pub run icons_launcher:create, the file snap/gui/app_icon.desktop is overwritten by an example file. For example, I have changed Name and Comment in the file and this is replaced by the default values:
Name=Flutter Linux App
Comment=Flutter Linux launcher icon
:information_source: Info
v2.0.5
:speech_balloon: Description
When running
flutter pub run icons_launcher:create
, the filesnap/gui/app_icon.desktop
is overwritten by an example file. For example, I have changed Name and Comment in the file and this is replaced by the default values::scroll: Pubspec.yaml
icons_launcher.yaml
as follows: