fluttercommunity/flutter_launcher_icons

iOS transparent borders issue

Aberta

#62 aberto em 14 de nov. de 2018

 (5 comentários) (3 reações) (0 responsável)Dart (423 forks)auto 404
help wantedneeds investigatingplatform:ios

Métricas do repositório

Stars
 (2.118 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I've got my pubspec.yml setup as follows:

...
dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: "^0.6.1"

flutter_icons:
  image_path: "assets/logo.png" 
  android: true
  ios: true
  adaptive_icon_background: "#614ec6"

I run the command:

$ flutter packages pub run flutter_launcher_icons:main
Android minSdkVersion = 16
Creating icons Android
Overwriting default Android launcher icon with new icon
Overwriting default iOS launcher icon with new icon

The icon when it installs onto the iPhone however... well.. it has a black border.

How do I fix that from happening? I used the studio creator to generate it.

This is the original image: ic_launcher

Guia do colaborador