fluttercommunity / fluttercommunity/flutter_launcher_icons

[BUG] icon resolution decreased

Open
#556 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :information_source: Info

Version: `0.13.1`

### :speech_balloon: Description

After using the dependency to change my app icon, I noticed a blur in the compiled app icon, as if the icon resolution had decreased on the phone. Could this be due to my selected image or something similar? Perhaps related to the image quality?

### :scroll: Pubspec.yaml

```yaml
name: dev_bank
description: "Mobile Flutter app for a development bank."
publish_to: 'none'

version: 0.0.1

environment:
sdk: '>=3.2.3 <4.0.0'

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.27.0
flutter_launcher_icons: ^0.13.1

flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo-icon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/images/foreground-logo-icon.png"

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0

flutter:
uses-material-design: true
assets:
- assets/images/
```

Also the images used:

logo-icon

![logo-icon](https://github.com/fluttercommunity/flutter_launcher_icons/assets/39606289/1e4f786c-a7c1-4aaa-ad8b-020f56be6bfc)

foreground-logo-icon

![foreground-logo-icon](https://github.com/fluttercommunity/flutter_launcher_icons/assets/39606289/38963ed3-f25b-4f3a-a8d5-79083933b672)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the report with Flutter Launcher Icons 0.13.1, the supplied pubspec.yaml configuration, and the linked logo-icon and foreground-logo-icon images. Compare the generated compiled app icon with the source images to determine whether the blur is caused by the dependency or the selected assets; done means the cause is reproducible and clearly identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.