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

[BUG] icon resolution decreased #556

Open
LeoManzini opened this issue Apr 29, 2024 · 0 comments
Open

[BUG] icon resolution decreased #556

LeoManzini opened this issue Apr 29, 2024 · 0 comments

Comments

@LeoManzini
Copy link

ℹ️ Info

Version: 0.13.1

💬 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?

📜 Pubspec.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant