Closed Princewil closed 1 year ago
Hello!
Instead
flutter_icon:
android: "launcher_icon"
ios: true
image_path: "assets/logo.png"
Do:
flutter_icons: <-- Caution here...
android: "launcher_icon"
ios: true
image_path: "assets/logo.png"
Thank you so much Mark.
I Have been having this issue for more than two hours, please what am I missing? Can someone help me?