728x90
Could not find package "build_runner". Did you forget to add a dependency?
빌드시키다가 뜬 에러
dev_dependencies에 build_runner를 넣어줘야하나봅니다.
지금하는 그걸 할때...
해결방법
build_runner:
넣어주시면 됩니다. 저는 버전까지 넣었어요. 안넣으셔도 됩니다.
'Flutter > 오류해결' 카테고리의 다른 글
android sdk - adb 인식 오류 (0) | 2023.09.08 |
---|---|
[Flutter] TextField 복사/붙여넣기 안되는 문제 해결 (0) | 2023.08.09 |
[Flutter] type 'List<dynamic>' is not a subtype of type 'List<String>' (0) | 2023.01.23 |
Flutter) CERTIFICATE_VERIFY_FAILED 에러 해결방법 (2) | 2022.09.28 |
에러 'vector' file not found (0) | 2022.07.27 |