How to find the path of Flutter SDK

后端 未结 18 1855
南旧
南旧 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:47

    All you need to do is to find a folder called "flutter" (lowecase), which is located inside a folder called "Flutter" (uppercase), select it, and browse it.

    In my case it is located at:

    C:\Users\Administrator\Flutter\flutter_windows_v1.12.13+hotfix.5-stable\flutter
    

    Also make sure that your Flutter and Dart are of the latest version. If they are not, upgrade them and re-start the IDE.

提交回复
热议问题