fluttercommunity / fluttercommunity/flutter_launcher_icons

Does not generate the icon with the defined name

Open
#632 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :information_source: Info
Version: flutter_launcher_icons: ^0.14.3
SDK Flutter: 3.27

### :speech_balloon: Description
I'm trying to generate icons for Android with the name "ic_launcher" but the files are always generated with the name "launcher_icon"

### :scroll: Pubspec.yaml

flutter_launcher_icons:
android: "ic_launcher"
ios: false
image_path: "assets/icon/icon.png"
min_sdk_android: 21
web:
generate: false
windows:
generate: false
macos:
generate: false

![Image](https://github.com/user-attachments/assets/c9312d70-db2a-432f-99e3-cbc5ad771074)

Someone can help me, please?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the issue with the provided pubspec.yaml configuration and Flutter 3.27. Trace how the Android value "ic_launcher" is used during icon generation. Done means the generated Android icon files use the configured name instead of "launcher_icon".

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.