How to find the path of Flutter SDK

后端 未结 18 1848
南旧
南旧 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 08:56

    If you have the flutter SDK installed.

    Run:

    flutter doctor -v
    

    The first line will show the install path..

    (if you don't have it installed go to the documentation)

提交回复
热议问题