flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

[BUG] Android icon is zoomed in

Open muezz opened this issue 9 months ago • 2 comments

:information_source: Info

Version: v0.13.1

:speech_balloon: Description

On iOS, the icons are generated correctly and look okay as well. Somehow, on android, the icons are too zoomed in even though the source is the same for both. image image image

:scroll: Pubspec.yaml

flutter_launcher_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/logos/iuhabit-1.png"
  min_sdk_android: 21
  # adaptive_icon_background: "#1F1D2B"
  # adaptive_icon_foreground: "assets/logos/iuhabit-1.png"

muezz avatar May 18 '24 21:05 muezz