Questions tagged [launcher-icon]

16 questions
8
votes
0 answers

Icon is specified both as .xml file and as a bitmap

I recently set my Min SDK version to 26. I ran the code inspector to check for warnings and it asked me to move files in the mipmap-anydpi-v26 to a folder called just mipmap-anydpi, which I did. However, when I run the code inspector again it…
The Fluffy T Rex
  • 430
  • 7
  • 22
7
votes
2 answers

How to create launcher icon for android studio in ubuntu 20 LTS?

I download Android Studio - Arctic Fox | 2020.3.1 from their official website in my ubuntu 20.04 LTS and install via these command: at first i extract the zip downloaded file to: /usr/local Then i installed via this command : ./studio.sh After…
4
votes
2 answers

flutter Change Icon which shows while viewing Background running apps

How to Change below Icon in flutter. it is happening in Nokia 8.1. App Icon in drawer is correct. Below is my current res folder
max
  • 1,505
  • 3
  • 15
  • 38
2
votes
2 answers

App launcher icon and background state icon are different - Flutter App

EDIT: I have deleted all the icons generated by the library and tried @Liam's suggestion, ending up with a proper launcher app icon but NO background state icon at all. Photo attached. no background state app icon Original Post Lately I have changed…
2
votes
2 answers

Launcher Icon not working even after getting "✓ Successfully generated launcher icons"

I am trying to add a launcher icon to my flutter app. I have followed all the steps required to create a launcher icon. This is my pubspec.yaml file dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: ^0.9.2 flutter_icons: …
1
vote
1 answer

flutter launcher icon does not change

I have downloaded a sample app project and now I want to change its icon. I have installed the flutter_launcher_icons package. I added this to pubspec.yaml file dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons:…
Roj ALi
  • 37
  • 6
1
vote
0 answers

Flutter: flutter_launcher_icons generates deformed icon

I am using flutter_launcher_icons (0.11.0) to generate my launcher icons. Unfortunately, the result for Android is always deformed: It works fine on IOS: Here is my config: flutter_icons: android: true image_path_android:…
Josip Domazet
  • 2,246
  • 2
  • 14
  • 37
1
vote
1 answer

can't change app icon in flutter its blocks ic_launcher.png and add default android icon from ic_launcher.xml file android library

can't change flutter app launcher icon. it loads default android icon from integrated android library. when I try to delete ic_launcher.xml file from the path it deletes, but when I try to reopen the project it recreates the same ic_launcher.xml,…
1
vote
1 answer

issue with flutter launcher icons, after successfully installed it doesn't show the launcher icons in my android device

here is my pubspec.yaml file , here I am added correct what documents says, here is my project structure and icon added folder here I had successfully generated launcher icons from there flutter packages , and also in the terminal it shows ,…
Nns_ninteyFIve
  • 439
  • 4
  • 12
1
vote
1 answer

Flutter: Android notification icon displays white

I'm using flutter_launcher_icons package to generate launcher icons for the apps. Everything works as expected, the launchers are generated and set for Android and iOS. However, on Android push notifications, the launcher is displayed as a white…
0
votes
0 answers

Why Image Asset - Launcher Icon (Adaptive and legacy), i.e. res/mipmap, will delete/overwrite the res/drawable with the same name?

I have an app_icon.png in res/drawable and I also want to create a launcher icon which also call app_icon. Image Asset prompts me that "same name already exist". When I finish the wizard, my app_icon.png will be deleted by the Image Asset. Any idea…
0
votes
0 answers

android vector dravable launcher icon

I dont get it why wew need to put icons in mipmap. Found this lint rule also https://googlesamples.github.io/android-custom-lint-rules/checks/MipmapIcons.md.html but it does not mention SVG files. Thats what I want to do. To use SVG for launcher…
George Shalvashvili
  • 1,263
  • 13
  • 21
0
votes
1 answer

Flutter PUSH Notification icon not showing

I tried to add flutter app icon by using a package flutter_launcher_icon app icon is correct but icons shows in push notification show as a white box Notification Icon Shows as a white box Resource File I added icons by using a package…
0
votes
3 answers

flutter_launcher_icons not working (app launcher icon broken/crashed)

I'm struggling with changing App Launcher Icon using flutter_launcher_icons package, on my iPhone Simulator (iOS 14.4). In my pubspec.yaml: dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: ^0.9.2 flutter_icons: …
Woosung Kim
  • 81
  • 1
  • 1
  • 8
0
votes
1 answer

Android change Launcher Icon

I added a new launcher icon to my application by following the path below. Res> new > Immage Asset and AndroidManifest.xml look like that :
Neo
  • 99
  • 9
1
2