We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Background Color Not Changing on Android 14 Emulator
Screenshot:
# 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"
The text was updated successfully, but these errors were encountered:
I have the same issue but with IOS using, background_color_ios: "#181A1F" but the color is still white.
Sorry, something went wrong.
Estou com um problema parecido, no meu caso a imagem não muda de forma alguma
No branches or pull requests
Background Color Not Changing on Android 14 Emulator
Screenshot:
The text was updated successfully, but these errors were encountered: