flutter web(2)初探

作者: super_chao | 来源:发表于2019-10-22 16:15 被阅读0次
webdev could not run for this project.
This version of webdev does not support the `build_daemon` protocol used by your version of `build_runner`.
A newer version of webdev is available which supports your version of the `build_daemon`. Please update.

解决办法 更新

flutter upgrade #更改一次flutter的版本花费很长时间 。git 目录更新可能快点没尝试。

pub global activate webdev
or
flutter packages pub global activate webdev


相关文章

网友评论

    本文标题:flutter web(2)初探

    本文链接:https://www.haomeiwen.com/subject/gxevrctx.html