How to find the path of Flutter SDK

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

    In Android Studio

    Configuring Flutter SDK is pretty straightforward. You don't have to set paths using the command line if you have already installed Dart and Flutter Plugins in Android Studio

    How to Configure Flutter SDK?

    Download the SDK and point the SDK folder path in your future projects.

    There are different sources you can try

    1. You can clone it from the Github Repository
    2. Download SDK zip file + extract it after downloading
    3. You can also Download any version(including older) from here (For Mac, Windows, Linux)

    Use the SDK path in your future projects

    How to see Flutter SDK path?

    I don't understand the need because you already know the path when you create the project. However, you can get the idea from test/package folder

提交回复
热议问题