Installing and configuring VS Code

Alternatively, or in addition, you can also use VS Code to develop with Flutter.
You can download it from https://code.visualstudio.com/download.

Again, the setup is a wizard; you can leave the default options as-is and complete the installation. After installing VS Code, you'll need to install the Flutter and Dart plugins by executing the following steps:

  1. From the View menu, select Command Palette.
  2. Type install and choose Extensions | Install Extensions.
  3. Type flutter and install the Flutter support and debugger for VS Code.
  4. From the View menu, select Command Palette.
  5. Type doctor and click on the Flutter: Run Flutter Doctor option.
  6. You may have to accept some Android licenses. If needed, type the following command:
flutter doctor --android-licenses
  1. Accept the required licenses.

Congratulations! Now, your PC should be ready to start developing with Flutter, both with Android Studio and VS Code.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.80.34