You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I RAN: AND HERE IS THE RESULT: <Building package executable... (13.3s) Built flutter_launcher_icons:flutter_launcher_icons. ════════════════════════════════════════════════ FLUTTER LAUNCHER ICONS (v0.14.1) ════════════════════════════════════════════════
• Creating default icons Android • Adding a new Android launcher icon • Creating mipmap xml file Android • Overwriting default iOS launcher icon with new icon No platform provided
✓ Successfully generated launcher icons
BUT WHEN I RUN THE APPLICATION IN DEBUG MODE, THERE IS ONLY A BLACK ICON THAT APPEARS EVEN AFTER RESTARTING THE APPLICATION
@AbakarSilet That's due to an additionally generated directory. The PR #601 summarizes all the related issues and shows how to resolve it. For a working solution you can delete the directory after every run, or set and use the adaptive variables, or just go back to 0.13.1.
@AbakarSilet That's due to an additionally generated directory. The PR #601 summarizes all the related issues and shows how to resolve it. For a working solution you can delete the directory after every run, or set and use the adaptive variables, or just go back to 0.13.1.
I managed to get it to work after deleting the file, it worked!
ℹ️ Info
flutter_launcher_icons: ^0.14.1
💬 Description
I RAN: AND HERE IS THE RESULT: <Building package executable... (13.3s) Built flutter_launcher_icons:flutter_launcher_icons. ════════════════════════════════════════════════ FLUTTER LAUNCHER ICONS (v0.14.1) ════════════════════════════════════════════════
• Creating default icons Android • Adding a new Android launcher icon • Creating mipmap xml file Android • Overwriting default iOS launcher icon with new icon No platform provided
✓ Successfully generated launcher icons
📜 Pubspec.yaml
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
The text was updated successfully, but these errors were encountered: