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] Backround color not changing #553

Open
md-rifatkhan opened this issue Mar 22, 2024 · 2 comments
Open

[BUG] Backround color not changing #553

md-rifatkhan opened this issue Mar 22, 2024 · 2 comments

Comments

@md-rifatkhan
Copy link

md-rifatkhan commented Mar 22, 2024

Background Color Not Changing on Android 14 Emulator

Screenshot:
image

# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
  image_path: "assets/play_store_512.png"

  android: "launcher_icon"
  # image_path_android: "assets/icon/icon.png"
  min_sdk_android: 21 # android min sdk min:16, default 21
  adaptive_icon_background: "#1f1d1e"
  daptive_icon_foreground: "assets/play_store_512.png"

  ios: true
  # image_path_ios: "assets/icon/icon.png"
  remove_alpha_channel_ios: true

  web:
    generate: true
    image_path: "assets/play_store_512.png"
    background_color: "#1f1d1e"
    theme_color: "#1f1d1e"

  windows:
    generate: true
    image_path: "assets/play_store_512.png"
    icon_size: 48 # min:48, max:256, default: 48

  macos:
    generate: false
    image_path: "assets/play_store_512.png"

@fluttermoonger
Copy link

I have the same issue but with IOS using, background_color_ios: "#181A1F" but the color is still white.

@viktorsht
Copy link

Estou com um problema parecido, no meu caso a imagem não muda de forma alguma

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