Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코테
- DART
- Flutter
- Python
- BAEKJOON
- issue
- cos pro 1급
- 분할정복
- 개발
- codingtest
- 동적계획법과최단거리역추적
- Vue
- 코딩테스트
- 파이썬
- C++
- AndroidStudio
- DFS
- 백준
- Algorithm
- 코드품앗이
- android
- 동적계획법
- cos pro
- DFS와BFS
- django
- 알고리즘
- cos
- vuejs
- 안드로이드
- 안드로이드스튜디오
Archives
- Today
- Total
목록flutter pub get (1)
Development Artist
[Flutter, Issue] ======== Exception caught by image resource service ================================================The following assertion was thrown resolving an image codec:Unable to load asset: images/ .png
이슈 1. 플러터 인프런 강의 중, 넷플릭스 UI 만들기가 있는데, 2강에서 HomeScreen에 이미지를 set 하는 과정이었다. 2. images 폴더를 만들고 사용할 이미지를 넣었다. 3. pubspec.yaml에 주석된 assets 부분을 풀고, images 폴더를 명시해주었다. 4. 실행한 결과, asset을 load할 수 없다는 이슈가 발생. 해결 1. terminal에서 다음과 같이 flutter pub get, flutter upgrade를 실행. 하지만, 문제 해결 되지 않음 2. flutter clean을 실행한 다음, AndroidStudio를 restart, 그리고 다시 flutter pub get. 3. 실행해보면 다음과 같이 뜨는 것을 확인. 원인 1. pubspec.yaml이 ..
TroubleShooting/Flutter Issue
2022. 1. 9. 18:02