반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 내돈내산
- listview
- react
- 라이언
- swift
- 카카오
- Android
- visualstudiocode
- AppleSilicon
- VSCode
- M1
- sqflite
- datetime
- 데스크테리어
- database
- 플러터
- Git
- TextField
- AppBar
- 춘식
- list
- 간단리뷰
- 데스크셋업
- xcode
- ios
- GetX
- Flutter
- GitHub
- error
- wrap
Archives
- Today
- Total
목록iCon (1)
welcome to my blog
[Flutter] 앱 제목,아이콘 변경하기
앱 아이콘 설정하기 App Icon Generator https://appicon.co/ App Icon Generator appicon.co 사이트에 들어가서 아이콘을 만들고싶은 이미지를 넣는다. 생성된 이미지 다운로드받기 1. android 설정 : android/app/src/main/res 폴더내에 다운받은 이미지 파일 변경해주기 2. ios 설정 : ios/Runner/Assets.xcassets/AppIcon.appiconset 폴더 내부 이미지 모두 변경 앱 제목 설정하기 1. android 설정 : android/app/src/main/AndroidManifest.xml 에서 android:label 텍스트 수정 2. ios 설정 : ios/Runner/Info.plist 에서 CFBund..
Flutter
2021. 11. 12. 20:06