Both the IDE are really good. But Android Studio takes more time to open and it also consume more memory than VS Code. If you are beginner then go for Android Studio but after some time you can shift to VS code .
Read moreHow do you open the Flutter inspector in VS Code?
Get started. To debug a layout issue, run the app in debug mode and open the inspector by clicking the Flutter Inspector tab on the DevTools toolbar .
Read moreHow do you open the project Flutter?
Step 1: Open the Android Studio and select Tools from the menu bar and click on SDK Manager. Step 2: In the newly open window click on the plugins and in the search bar search for Flutter and Dart and then install it. Step 4: Now after installing Flutter and Dart we are ready to import a Flutter project.
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 I run a Flutter app in terminal?
Run the app
Read moreHow do you open the Flutter terminal in VS Code?
Installing Flutter in Visual Studio Code:
Read moreHow do you make a Flutter app in Visual Studio Code?
Creating projects
Read more