원하는 아이콘 파일을 프로젝트 디렉토리 안에 넣는다.
크기는 1024x1024 권장 (애플 앱스토어용 아이콘 때문)
예를 들면, 프로젝트 폴더/assets/icon/icon.png
pubspec.yaml 파일에 아래 내용을 추가한다.
dev_dependencies:
flutter_launcher_icons:
flutter_icons:
android: "ic_launcher"
ios: true
image_path: "assets/icon/icon.png"
flutter pub get
flutter pub run flutter_launcher_icons:main
Android: android/app/src/main/res/
iOS: ios/Runnder/Assets.xcassets/AppIcon.appiconset