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] background color inconsistent on android 12 #306

Open
aoatmon opened this issue Dec 7, 2021 · 1 comment
Open

[BUG] background color inconsistent on android 12 #306

aoatmon opened this issue Dec 7, 2021 · 1 comment

Comments

@aoatmon
Copy link

aoatmon commented Dec 7, 2021

ℹ️ Info

Version: v0.9.2

💬 Description

icon background inconsistent on android 12
to reproduce the issue:

  • clone this repository
  • run flutter pub run flutter_launcher_icons:main
  • run flutter run --release on android 12 device (tested device in the doctor below)

observe inconsistent icon background

in pubspec #000000
in launcher #ffffff
minimized "blue"

📜 Pubspec.yaml

pubspec
name: icon_background_issue
description:
publish_to: 'none'
version: 1.0.0+1

environment:
  sdk: '>=2.14.4 <3.0.0'
  flutter: ^2.5.3

dependencies:
  flutter:
    sdk: flutter

dev_dependencies:
  flutter_lints: ^1.0.0
  flutter_launcher_icons: ^0.9.2

flutter:
  uses-material-design: true
  assets:
    - images/

flutter_icons:
  android: true
  image_path: images/dash.png
  adaptive_icon_background: '#000000'
doctor
[✓] Flutter (Channel stable, 2.5.3, on macOS 12.0.1 21A559 darwin-x64, locale en-EE)
    • Flutter version 2.5.3 at /Users/francesco/fvm/versions/stable
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 18116933e7 (8 weeks ago), 2021-10-15 10:46:35 -0700
    • Engine revision d3ea636dc5
    • Dart version 2.14.4

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/francesco/Library/Android/sdk
    • Platform android-31, build-tools 30.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 13.1, Build version 13A1030d
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2020.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)

[✓] VS Code (version 1.62.3)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.29.0

[✓] Connected device (3 available)
    • Pixel 3a (mobile) • 965AY0WP5C • android-arm64  • Android 12 (API 31)
    • macOS (desktop)   • macos      • darwin-x64     • macOS 12.0.1 21A559 darwin-x64
    • Chrome (web)      • chrome     • web-javascript • Google Chrome 96.0.4664.55

• No issues found!
screenshots

blur
Screenshot_20211207-165639

related issue #302

cc @MarkOSullivan94

@iapicca
Copy link

iapicca commented Dec 7, 2021

possibly related to #276

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