美文网首页
flutter之`-bash: fultter: command

flutter之`-bash: fultter: command

作者: yinlang | 来源:发表于2018-12-27 15:45 被阅读0次
    
    git clone -b master https://github.com/flutter/flutter.git
     ./flutter/bin/flutter --version
    
    export PUB_HOSTED_URL=https://pub.flutter-io.cn
    
    export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
    
    export PATH=`pwd`/flutter/bin:$PATH
    
    
    • 按照上述步骤操作时: 执行flutter doctor 会提示 -bash: fultter: command not found

    执行 source ~/.bashrc即可

    相关文章

      网友评论

          本文标题:flutter之`-bash: fultter: command

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