Skip to content

In android the icon expands #249

Open
@Ossyyrr

Description

@Ossyyrr

ℹ️ Info

Version: 2.0.5

💬 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

IOS:
Captura de pantalla 2021-05-17 a las 15 34 17

📜 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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions