-
Hello,
I am experiencing an issue with flutter_launcher_icons while generating app icons for iOS. Despite setting the background_color_ios correctly in my configuration file, the background of my a…
-
### Information
1. **Apktool Version (`apktool -version`)** - 2.9.3
2. **Operating System (Mac, Linux, Windows)** - macOS (Intel Chip)
3. **APK From? (Playstore, ROM, Other)** - Other (cannot share…
kyuds updated
4 months ago
-
### Description
Android supports 3 layers in the app icon: background, foreground and monochrome.
At the moment MAUI only supports background and foreground, and the monochrome is always set to the …
-
Adaptive app icons are supported since Android 13.
https://developer.android.com/develop/ui/views/launch/icon_design_adaptive
This is how the filen icon looks currently when adaptive icons are en…
-
### :information_source: Info
Version: `v0.13.1`
### :speech_balloon: Description
7 unnecessary icons being generated for iOS.
### :scroll: Pubspec.yaml
```
flutter_icon…
-
Please add support for icon shape
https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
https://material.io/guidelines/style/icons.html
-
It would be amazing if Seeker implemented an [adaptive icon](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive), so it could change colors with the device theme. Right now, it…
-
I'm trying to generate app icons with 2 flavor. On android all good. On ios it doesn't, it still shows the old icon app that was set before i did the 2 flavor.
I don't know if is that "No platform …
-
### Is your feature request related to a problem? Please describe:
Android supports adaptive icons (https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive) however fyne pack…
-
1. Consistent Use of Units:
• Replaced all absolute pixel values with rem units where possible for a more responsive design that scales better across different screen sizes.
2. Improved Background…