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] Adaptive Monochrome Icons are not generated #555

Closed
MatthewRiley05 opened this issue Apr 1, 2024 · 3 comments
Closed

[BUG] Adaptive Monochrome Icons are not generated #555

MatthewRiley05 opened this issue Apr 1, 2024 · 3 comments

Comments

@MatthewRiley05
Copy link

ℹ️ Info

Version: e.g. v0.13.1

💬 Description

Adaptive icon foreground, background, and monochrome are all supplied and indicated in the .yaml file but the Material You monochrome icon does not work at all when using the color palette for app icons. The device used is a Samsung Galaxy S22 Ultra running OneUI 6.0. It seems that even if adaptive_icon_monochrome is included in the pubspec.yaml, these icons are not generated and distributed to the res folders.

📜 Pubspec.yaml

name: qr_generator
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0

environment:
sdk: '>=3.3.3 <4.0.0'

dependencies:
flutter:
sdk: flutter
qr_flutter:
git:
url: https://github.com/theyakka/qr.flutter.git
share: ^2.0.4
path_provider: ^2.1.2
shared_preferences: ^2.2.2
flutter_launcher_icons: ^0.13.1

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0

flutter:
uses-material-design: true
fonts:

  • family: Poppins
    fonts:
    • asset: assets/fonts/Poppins/Poppins-Regular.ttf
    • asset: assets/fonts/Poppins/Poppins-Bold.ttf
    • asset: assets/fonts/Poppins/Poppins-Italic.ttf
    • asset: assets/fonts/Poppins/Poppins-BoldItalic.ttf

flutter_launcher_icons:
image_path_android: "assets/icons/QR_Generator_Icon.png"
android: true
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/icons/QR_Generator_Icon_Foreground.png"
adaptive_icon_monochrome: "assets/icons/QR_Generator_Icon_Monochrome.png"
min_sdk_android: 21

@coyotte508
Copy link

It's not released. See #497 (comment)

@B-l-u-e-f-i-r-e
Copy link

Why is it not released? Is there any reason why this should not be able to release?

@MarkOSullivan94
Copy link
Collaborator

This is fixed now as of v0.14.0

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

4 participants