Install Visual Studio Code

Haider Ali
Complete Flutter Guide
Mar 24, 2024

Lesson #5

For writing Flutter apps it is recommended to use Visual Studio Code or VS Code as IDE. Download from https://code.visualstudio.com/ and install.

VS Code

You need some extensions in VS Code to write and run flutter apps.

Error Lens Extension
Flutter Extension
Dart Extension
bloc extension

--

--