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

Getting strange issue on android 12 showing android app main icon and on 13 showing correct rounded border image #695

Open
muhammadarslannasr opened this issue Apr 26, 2024 · 3 comments

Comments

@muhammadarslannasr
Copy link

Getting strange issue on android 12 showing android app main icon and on 13 showing correct rounded border image.

My App contain two images one Square image for App Main icon on android and another with rounded corners for launcher icon.

but when tested it shows rounded corners image on native splash on android 13 and 14 but when check on android 12 shows square image which seems getting from App main icon.

how to fix this or this is default behaviour?

flutter_launcher_icons:
    android: "launcher_icon"
    ios: true
    image_path: "assets/png/app_icon.png"
    min_sdk_android: 21

flutter_native_splash:
  color: "#ffffff"
  android_12:
     image: "assets/png/native_splash.png"
  android: true
  ios: false
@vasilich6107
Copy link

Yep on some android it always shows launcher icon

@3kdeveloper
Copy link

Yep on some android it always shows launcher icon

Run the native splash command after the launcher icon generation.

@vasilich6107
Copy link

Thanks
Very useful package

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

3 participants