Is VS Code enough for Flutter?

Visual Studio Code is great if you have enough experience in setting things like the required SDK’s up and are familiar with the command-line . I tend to use Android Studio for most of my debugging on my Flutter projects, and Visual Studio Code for a lot of my coding.

Read more