fluttercommunity / fluttercommunity/flutter_launcher_icons

In android the icon expands

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

Description

### :information_source: Info
Version: 2.0.5

### :speech_balloon: Description
When I generate icons in ios they appear exactly the same size as my icon.png. The problem is that on android they look much larger once you install the application on a device.

Could you add a default margin to the icons in android so that the icon fits the size it should be?

Android:
![Captura de pantalla 2021-05-17 a las 15 33 51](https://user-images.githubusercontent.com/52755910/118497357-4852f000-b725-11eb-89d0-9e79ab47ff97.png)

IOS:
![Captura de pantalla 2021-05-17 a las 15 34 17](https://user-images.githubusercontent.com/52755910/118497418-59036600-b725-11eb-96ed-28b8756fd057.png)

### :scroll: Pubspec.yaml
...
dev_dependencies:
...
flutter_launcher_icons: ^0.9.0

# Run flutter pub run flutter_launcher_icons:main to set the icons.
flutter_icons:
image_path: "assets/icon/icon.png"
adaptive_icon_background: "#FF0070FF"
adaptive_icon_foreground: "assets/icon/adaptive_icon.png"
android: true
ios: true
...

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.