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

[Feature/Improvement] Adaptive Material Icon #134

Open
saltsoftdrink opened this issue Jan 21, 2024 · 3 comments
Open

[Feature/Improvement] Adaptive Material Icon #134

saltsoftdrink opened this issue Jan 21, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@saltsoftdrink
Copy link

Add material theme based adaptive app icon

@saltsoftdrink saltsoftdrink added the enhancement New feature or request label Jan 21, 2024
@a-mabe
Copy link
Owner

a-mabe commented Jan 22, 2024

Thank you for opening a feature request, your support is appreciated.

Adding context around the issue, the app is currently using flutter_launcher_icons to generate the icons for iOS and Android. This package does allow for adaptive icons to be set:

  • adaptive_icon_background: The color (E.g. "#ffffff") or image asset (E.g. "assets/images/christmas-background.png") which will be used to fill out the background of the adaptive icon.

  • adaptive_icon_foreground: The image asset which will be used for the icon foreground of the adaptive icon Note: Adaptive Icons will only be generated when both adaptive_icon_background and adaptive_icon_foreground are specified. (the image_path is not automatically taken as foreground)

  • adaptive_icon_monochrome: The image asset which will be used for the icon foreground of the Android 13+ themed icon. For more information see Android Adaptive Icons

However the proper assets for adaptive icons have not been generated, so this is less of a programming task and more of a design task. Would be open to a full icon redesign in order to make this happen

@a-mabe a-mabe changed the title [Feature/Improvement] Material Icon [Feature/Improvement] Adaptive Material Icon Jan 22, 2024
@saltsoftdrink
Copy link
Author

Thank you for opening a feature request, your support is appreciated.

Adding context around the issue, the app is currently using flutter_launcher_icons to generate the icons for iOS and Android. This package does allow for adaptive icons to be set:

* `adaptive_icon_background`: The color (E.g. "#ffffff") or image asset (E.g. "assets/images/christmas-background.png") which will be used to fill out the background of the adaptive icon.

* `adaptive_icon_foreground`: The image asset which will be used for the icon foreground of the adaptive icon Note: Adaptive Icons will only be generated when both adaptive_icon_background and adaptive_icon_foreground are specified. (the image_path is not automatically taken as foreground)

* `adaptive_icon_monochrome`: The image asset which will be used for the icon foreground of the Android 13+ themed icon. For more information see [Android Adaptive Icons](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive#user-theming)

However the proper assets for adaptive icons have not been generated, so this is less of a programming task and more of a design task. Would be open to a full icon redesign in order to make this happen

Will this thing implement in future because it completely ruins the home screen

@a-mabe
Copy link
Owner

a-mabe commented Jan 22, 2024

Will this thing implement in future because it completely ruins the home screen

Contributors to the project dedicate their time voluntarily. You can view what's in progress here. If you would like to contribute to the development, we welcome your participation. Open source is a collaborative effort, and your involvement can help us enhance the project for everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants