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 | 31 |
Tags
- study book
- C++
- 백준
- pytorch
- Got
- Widget
- ML
- Computer Architecture
- DART
- MATLAB
- fastapi를 사용한 파이썬 웹 개발
- system hacking
- Dreamhack
- 파이토치 트랜스포머를 활용한 자연어 처리와 컴퓨터비전 심층학습
- 영상처리
- rao
- Kaggle
- Stream
- MDP
- BOF
- PCA
- BAEKJOON
- BFS
- FastAPI
- bloc
- Flutter
- llm을 활용 단어장 앱 개발일지
- Algorithm
- ARM
- Image Processing
Archives
- Today
- Total
목록flutter_launcher_icons (1)
Bull

해결방법flutter_launcher_icons: ios: true android: true remove_alpha_ios: true image_path: "assets/icon/icon.png" adaptive_icon_background: "#ffffff" adaptive_icon_foreground: "assets/icon/icon.png"원래는 image_path 까지만 적어줬었는데 혹시나 adaptive_icon_background ,adaptive_icon_foreground 까지 적어주니까 적용됐다. 원래는 필요없는 줄 알았는데...생성된 mipmap 파일들을 보니까 foreground 로 생성되었다. 적응형이 기본으로 들어가서 그런지 mipmap-anydpi-v26 폴더 아래..
Software Framework/Flutter
2024. 9. 29. 13:01