fluttercommunity / fluttercommunity/flutter_launcher_icons
In android the icon expands
- 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:

IOS:

### :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.