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

ic_launcher_round.png not removed when property adaptive_round_image is removed #18

Closed
OutdatedGuy opened this issue Jul 31, 2022 · 1 comment

Comments

@OutdatedGuy
Copy link
Contributor

ℹ️ Info

Version: e.g. v2.0.1
Platform: Android

💬 Description

If property adaptive_round_image is removed then the generated ic_launcher_round.png images are not removed from res folder.

📜 Pubspec.yaml

# For App Launcher icon
# flutter pub run icons_launcher:create
icons_launcher:
  image_path: "assets/icons/launcher_icon_border.png"

  platforms:
    android:
      enable: true
      adaptive_background_color: "#673AB7"
      adaptive_foreground_image: "assets/icons/adaptive_logo.png"

    ios:
      enable: false

    web:
      enable: true
      favicon_path: "assets/icons/favicon.png"

    macos:
      enable: false

    windows:
      enable: false

    linux:
      enable: false
@mrrhak
Copy link
Owner

mrrhak commented Jul 31, 2022

Yes, thank you will implement it on the next version.

@mrrhak mrrhak closed this as completed Aug 1, 2022
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

2 participants