我尝试再生自动路线。 我尝试此命令 flutter packages pub run build build_runner手表-dlete-conflicting-output
flutter packages pub run build build_runner手表-dlete-conflicting-output
I try to regenerate auto routes. I try this command flutter packages pub run build_runner watch --delete-conflicting-output
flutter packages pub run build_runner watch --delete-conflicting-output
您忘了在最后添加“ S”,这样: “ Flutter Pub Run Build_runner构建 - 删除冲突输出””
You forgot to add the "s" at the end, like this: "flutter pub run build_runner build --delete-conflicting-outputs"
首先更新您的依赖关系
flutter pub upgrade --major-versions
运行后
flutter pub run build_runner build --delete-conflicting-outputs
First update your dependencies
after that run
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
您忘了在最后添加“ S”,这样:
“ Flutter Pub Run Build_runner构建 - 删除冲突输出””
You forgot to add the "s" at the end, like this:
"flutter pub run build_runner build --delete-conflicting-outputs"
首先更新您的依赖关系
运行后
First update your dependencies
after that run