How to find the path of Flutter SDK

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

    Download flutter from FLUTTER

    or clone from master git clone -b master https://github.com/flutter/flutter.git

    So, the flutter sdk path is where you copied or cloned the code till the C:\whateverDrive\flutter inside bin there is a file flutter so when coming to choosing SDK, please select the folder till flutter and add the same in env variable in your windows. remember to add the path till bin that is enough.

    configuring the flutter sdk in android studio follow this carefully. This explains everything. ;)

提交回复
热议问题