Home > OS >  Can we use flutter without downloading android studio?
Can we use flutter without downloading android studio?

Time:12-03

Can we use flutter without downloading android studio ?

Can we use flutter without downloading android studio ?

CodePudding user response:

You can use visual code, It is possible to visit the official site of Flutter

https://docs.flutter.dev/development/tools/vs-code

CodePudding user response:

People generally install Android Studio for the android SDK since it is required to build android applications. But you don’t really need Android Studio. all you really need is the android SDK, which you can download and specify the SDK location in the environment variable for the flutter set up to recognize. And then you can use VSCode for the flutter development.

  • Related