fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
1.95k stars 388 forks source link

[BUG] Backround color not changing #553

Open md-rifatkhan opened 3 months ago

md-rifatkhan commented 3 months ago

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 commented 1 month ago

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

viktorsht commented 1 month ago

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