美文网首页
Flutter SDK

Flutter SDK

作者: 小凡凡520 | 来源:发表于2020-08-15 21:38 被阅读0次
    一、下载SDK(非常慢)
    git clone https://github.com/flutter/flutter.git -b stable
    

    推荐使用清华镜像

    https://mirrors.tuna.tsinghua.edu.cn/help/flutter-sdk.git/
    
    二、指定环境变量
    export PATH="$PATH:`pwd`/flutter/bin"
    
    export PUB_HOSTED_URL=https://pub.flutter-io.cn
    export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
    
    三、清理缓存
    flutter precache
    
    四、校验开发环境
    flutter doctor
    

    相关文章

      网友评论

          本文标题:Flutter SDK

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