728x90
Unable to load asset: 이러면서 계속 오류가 났다.
flutter:
assets:
- images/photo.png
이런식으로 되어있었기 때문인데
flutter:
assets:
- images/photo.png
이렇게 tap을 쳐서 수정하면 해결된다.
728x90
'웹개발 > 잡다한' 카테고리의 다른 글
[React 에러] Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. (0) | 2020.11.12 |
---|---|
[React 에러] TypeError: Cannot read property 'tap' of undefined (0) | 2020.11.10 |
구글에서 내 tistory가 검색되도록 설정하는 법 (0) | 2020.09.19 |
[django 에러] Unresolved reference 'django' 가상환경 생성 후 등록이 안 된 상황 (0) | 2020.09.18 |
정규표현식 정리 (0) | 2020.09.16 |