fluttercommunity / fluttercommunity/flutter_launcher_icons

If adaptive_icon_background is NOT a png file, an html colors file is created.

Open
#616 0 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :information_source: Info

If you need to use, for example, a jpg file for the background of an adaptive icon, an incorrect structure is created, as if a color was written into the config, not a asset file.

### :scroll: Pubspec.yaml

```yaml
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/app_icon.jpg"
adaptive_icon_background: "assets/icons/adaptive_icon_bg.jpg"
adaptive_icon_foreground: "assets/icons/app_icon_fg.jpg"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.