Home > Software design >  Flutter: Android Studio or VS Code?
Flutter: Android Studio or VS Code?

Time:04-27

I've been using VS Code to develop iOS & Android apps using Flutter for a few years now.

Recently, people seemed to bully... hum advise me into using Android Studio instead but I can't see why is Android Studio better than VS Code.

What are the pros and cons of Android Studio in opposition to Visual Studio Code (except the obvious thing that Android Studio will only be used for Android development) regarding Flutter development ?

PS: I work on a Mac

CodePudding user response:

There really is none, android studio just wastes your resources (memory) which is something you can avoid using vscode. Vscode does everything Android Studio will do in the case of Flutter and saves you resources too. Android has its features but not all of them matter to your flutter project 99% of the time.

CodePudding user response:

In my opinion ,by comparing vs code android studio is familiar for mobile application development for most of mobile application developers ,because in android studio many options like pub get, pub run , and building apk also very easy for these certain operations there are default buttons available in android studio , in some of low processor capable laptops struggle to use android studio it, downs the system too slow to use.

  • Related