flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Apk fails on running flutter_launcher_icons

Open lijuj2 opened this issue 1 year ago • 7 comments

:information_source: Info

:speech_balloon: Description

:scroll: Pubspec.yaml

flutter_launcher_icons:
  android: 
  ios: 
  image_path: 

lijuj2 avatar Dec 11 '24 16:12 lijuj2

May be after the new update, Please check it. Apk works find if not using flutter_launcher_icons.

lijuj2 avatar Dec 11 '24 16:12 lijuj2

after adding the flutter launcher icon the icon becomes black and app runs abnormally if automatically closes for that what to do

Priyathamsp avatar Dec 13 '24 09:12 Priyathamsp

@lijuj2 could you please add more context to this issue? @MarkOSullivan94 The creation of launcher icon seems to be broken with the latest flutter 3.27 release, specifically for android. I have not tested whether other platforms are also affected.

snapsl avatar Dec 13 '24 09:12 snapsl

after adding flutter launcher icons, the released apk not runs on android.

lijuj2 avatar Dec 14 '24 14:12 lijuj2

after adding the flutter launcher icon the icon becomes black and app runs abnormally if automatically closes for that what to do

please visit this https://github.com/fluttercommunity/flutter_launcher_icons/issues/618#issuecomment-2526372765 may be it helps

belabiedredouane avatar Dec 14 '24 14:12 belabiedredouane

Thank you very much. Let me try.

lijuj2 avatar Dec 14 '24 15:12 lijuj2

flutter_launcher_icons: ^0.14.2
flutter_icons:
  android: true
  ios: true
  image_path: "assets/logo/app_icon.png"
  adaptive_icon_background: "#FF0000" 
  adaptive_icon_foreground: "assets/logo/logo.png"
flutter clean
flutter pub get
dart run flutter_launcher_icons

success!

baixiongmao avatar Dec 19 '24 12:12 baixiongmao