pubspec.yaml 파일에 assets
를 추가해주고 이미지가 있는 path도 지정해 둠. 하지만, main.dart에서 이미지가 안 불러와지는 현상. 안드로이드 스튜디오 emulator에는 위와 같은 문구가 나타남. Unable to load asset: ~~
pubspec.yaml
파일 안의 이미지 path의 구별자를 변경.
이때, 해당 에러는 윈도우 유저에게만 발생하는 에러로 추측됨
assets:
- asset/img/
pubspec.yaml
에 어떤 구별자로 표시되어있나 살펴보고 반대 방향으로 위나 아래 코드와 같이 바꿔본다.
assets:
- asset\img\
Spelling mistake in the image name
Wrong Image path provided (Image doesn’t exist at specified location)
Wrong indentation for assetsin pubspec.yaml file