The vercel target publishes your web artifacts to the vercel.com.
打开 vercel.com 并登录
org-id
打开账户设置页面,并找到 Your ID
Your ID
project-id
选择你要部署的项目,打开项目设置页面,并找到 Project ID
Project ID
运行:
flutter_distributor publish \ --path dist/1.0.0+1/hello_world-1.0.0+1-web \ --targets vercel \ --vercel-org-id your-org-id \ --vercel-project-id your-project-id
distribute_options.yaml
output: dist/releases: - name: dev jobs: - name: web-direct package: platform: web target: direct publish: target: vercel args: org-id: your-org-id project-id: your-project-id
flutter_distributor release --name dev