Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.
Read moreHow do I start a new Flutter project?
Create the app
Read moreHow do I run a Flutter app in terminal?
Run the app
Read moreHow do I use Visual Studio Code in terminal?
You can also run VS Code from the terminal by typing ‘code’ after adding it to the path:
Read moreHow do you open the Flutter terminal in VS Code?
Installing Flutter in Visual Studio Code:
Read moreHow do I install Flutter and Dart code in Visual Studio?
Install the Flutter and Dart plugins Start VS Code. Invoke View > Command Palette…. Type “install”, and select Extensions: Install Extensions. Type “flutter” in the extensions search field, select Flutter in the list, and click Install.
Read moreCan I use Flutter on Visual Studio?
Open the Command Palette ( Ctrl + Shift + P ( Cmd + Shift + P on macOS)). Select the Flutter: New Project command and press Enter . Select Application and press Enter .
Read more