flutter 앱 아이콘 변경

soonmuu·2022년 6월 2일
0

flutter

목록 보기
4/11

flutter_launcher_icons 활용

참고링크: https://pub.dev/packages/flutter_launcher_icons

설치

flutter pub add flutter_launcher_icons
  • root 폴더에 pubspec.yaml
  • dev_dependencies 하위에 아래 내용 넣기
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
profile
프론트엔드

0개의 댓글

관련 채용 정보