vercel 上的 Flutter 项目部署

时间:2021-06-19 11:00:41

标签: flutter deployment vercel

我已经从 github 在 vercel 上部署了 flutter 项目,但在部署后它显示:

<块引用>

404:NOT_FOUND 代码:NOT_FOUND。
框架预设:其他

构建日志:

<块引用>

15:28:18.542 克隆 github.com/Usman167/UPKeepApp-FluxStore-(分支:master,提交:e331f69) 15:28:20.977 克隆完成:2.435s
15:28:21.169 正在分析源代码...
15:28:26.899 正在上传构建输出...
15:28:26.913 正在部署构建输出...
15:28:33.974 用“.”完成

enter image description here

1 个答案:

答案 0 :(得分:0)

如果你想在 vercel 上部署 flutter web。请使用这个方法。那个错误表明你的 dart 文件不能在没有构建命令的情况下构建。vercel 是基于节点的。所以更好的方法是使用这个
在根项目中运行命令构建flutter web:flutter build web build the flutter web  by run the command in the root of the project:flutter build web

在github中创建新的仓库并将web文件夹上传到github enter image description here

并在vercel中按照下图的程序 enter image description here

https://githubactionss.vercel.app/#/ https://github.com/lavahasif/githubaction