flutter VSCode搭建web项目
2021-04-10 15:25
标签:port get exp serve bash 环境变量 source art glob 终端执行命令 注意一些环境变量 添加完环境变量后记得要source一下 flutter VSCode搭建web项目 标签:port get exp serve bash 环境变量 source art glob 原文地址:https://www.cnblogs.com/qqcc1388/p/12427423.htmlflutter pub global activate webdev
pub global activate stagehand
pub get
webdev serve
export PATH="$PATH":"$HOME/flutter/.pub-cache/bin"
export DART_HOME=/Users/chenhao/flutter/bin/cache/dart-sdk/bin
export PATH=${DART_HOME}:${PATH}
export PATH="$PATH":"$HOME/.pub-cache/bin"
source ~/.bash_profile
文章标题:flutter VSCode搭建web项目
文章链接:http://soscw.com/index.php/essay/73841.html