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
During execution of dart run flutter_launcher_icons I get ✗ ERROR: InvalidConfigException
Missing "image_path" or "image_path_android" + "image_path_ios" within configuration The problem is that if I write an image_path with an icon, it doesn't creates adaptative android icons.
Hi, I discovered the my error. I'm using old string android_adaptive_icon_foreground: "assets/icon_foreground.png"
android_adaptive_icon_background: "assets/icon_background.png" instead of:
ℹ️ Info
0.14.3💬 Description
During execution of dart run flutter_launcher_icons I get ✗ ERROR: InvalidConfigExceptionMissing "image_path" or "image_path_android" + "image_path_ios" within configuration The problem is that if I write an image_path with an icon, it doesn't creates adaptative android icons.
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: