Open
Description
ℹ️ 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?
📜 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
Labels
No labels