Flutter/오류해결

[Flutter] Could not find package "build_runner". Did you forget to add a dependency?

주톨 2023. 1. 25. 23:34
728x90

Could not find package "build_runner". Did you forget to add a dependency?
빌드시키다가 뜬 에러

 

 

dev_dependencies에 build_runner를 넣어줘야하나봅니다.
지금하는 그걸 할때...

 

 

해결방법

 

build_runner:
넣어주시면 됩니다. 저는 버전까지 넣었어요. 안넣으셔도 됩니다.