참고링크: https://pub.dev/packages/flutter_launcher_icons
flutter pub add flutter_launcher_icons
dev_dependencies:
flutter_launcher_icons: "^0.9.2"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png" // 아이콘 경로
flutter pub get
flutter pub run flutter_launcher_icons:main