fluttercommunity / fluttercommunity/flutter_launcher_icons

Support for Single Size iOS Image Icons

Open
#592 0 comments 3 reactions 0 assignees View on GitHub
improvement
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :speech_balloon: Description

Xcode supports both `All Sizes` and `Single Size` as options for an App Icon asset. It would be great to update this tool to generate the Single Size option as well as it reduces the number of Assets bundled with the app.

For context, the `Content.json` is also much simpler, requiring just one entry like so:
```
{
"images" : [
{
"filename" : "AppIcon--1024x1024@1x.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

```

image

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.