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

If adaptive_icon_background is NOT a png file, an html colors file is created. #616

Open
snoopdoggy322 opened this issue Dec 4, 2024 · 0 comments
Labels

Comments

@snoopdoggy322
Copy link

ℹ️ Info

If you need to use, for example, a jpg file for the background of an adaptive icon, an incorrect structure is created, as if a color was written into the config, not a asset file.

📜 Pubspec.yaml

flutter_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/icons/app_icon.jpg"
  adaptive_icon_background: "assets/icons/adaptive_icon_bg.jpg"
  adaptive_icon_foreground: "assets/icons/app_icon_fg.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant