When I run webdev server in my flutter web project I see this error:
webdev could not run for this project.
This version of webdev does not support the
build_daemon
protocol used by your version ofbuild_runner
.A newer version of webdev is available which supports your version of the
build_daemon
. Please update.
dev_dependencies: build_runner: ^1.4.0 build_web_compilers: ^2.0.0 pedantic: ^1.0.0