Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Linux Platform in flutter_launcher_icons #629

Open
Amir-Hossein-Azimi opened this issue Feb 1, 2025 · 1 comment
Open

Comments

@Amir-Hossein-Azimi
Copy link

Hello,

I would like to request the addition of Linux platform support in the flutter_launcher_icons package.

Currently, the package provides functionality for generating launcher icons for Android, iOS, Web, Windows, and macOS platforms, but there is no built-in support for generating Linux icons.

Since Linux is becoming an increasingly important platform for Flutter developers, especially for desktop applications, I believe adding this feature would greatly benefit the community.

Suggested Features:
The ability to automatically generate launcher icons for Linux, similar to how it works for other platforms.
The option to specify icon sizes and paths for Linux in the pubspec.yaml file

This would save a lot of manual work for developers and improve the development experience when targeting the Linux platform.

Thank you for considering this request. I look forward to seeing this feature in future releases!

Best regards,
AmirHossein Azimi

@shanelau
Copy link

In linux/my_application.cc

add newline

gtk_window_set_icon_from_file(GTK_WINDOW(window),"assets/images/logo.png",NULL);

pubsec.yaml

  assets:
    - assets/images/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants