You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
ℹ️ 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:
fonts:
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
The text was updated successfully, but these errors were encountered: