How to find the path of Flutter SDK

后端 未结 18 1875
南旧
南旧 2020-12-13 08:17

How to configure Flutter SDK? How to locate the Flutter SDK? I don\'t know the location of the SDK file.

\"Image\

18条回答
  •  醉酒成梦
    2020-12-13 09:04

    If flutter SDK is already downloaded in the system, then just add path using the below command. This tested on MAC OS

    export PATH='sdkpath':$PATH 
    

    Eg:

    export PATH='/Users/apple/dev/flutter/sdk/flutter/bin':$PATH 
    

提交回复
热议问题