How to find the path of Flutter SDK

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

    How to create FLUTTER project in android studio in fedora:-

    I have installed following:- 1 Android studio 2 Then do following:-

    Start Android Studio. Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows & Linux). Select Marketplace, select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin. Click Restart when prompted.

    4:- Now create project by clicking new flutter project and do following:- * Choose Flutter Application from the list of configurations * Fill the name and other things * For flutter sdk click and install flutter sdk and specify the location of downloading and after downloading completion, choose that sdk path, this will load your FLutter sdk.

    Rest do steps as per your need to create project

提交回复
热议问题