when I try to "serve" my flutter web app I'm getting this error:
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 thebuild_daemon
. Please update.
how do I update webdev ? "pub global" seems to offer only "activate"/ "deactivate" and "pub upgrade" is only looking into the pubspec.yaml file
any idea?