-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
pubspec.yaml
icons_launcher: 2.1.0
icons_launcher.yaml
icons_launcher:
image_path: 'assets/images/logo.png'
platforms:
linux:
enable: true
image_path: 'assets/images/logo.png'
android:
enable: true
flutter pub run icons_launcher:create --path icons_launcher.yaml
╔════════════════════════════════════════════════════╗
║ ✨✨ ICONS LAUNCHER ✨✨ ║
╠════════════════════════════════════════════════════╣
║ Version: 2.1.0 ║
╚════════════════════════════════════════════════════╝
🌱 Creating Android icons...
✅ Generated launcher icon images
✅ Updated android manifest launcher icon
🌱 Creating Linux icons...
✅ Generated app icon image
==> GENERATE LAUNCHER ICONS SUCCESSFULLY <==
❤️ THANK YOU! ❤️
If i start debug/release app , icon is not visible.