Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to setup flutter on Visual Studio 2017 IDE?

Is it possible to install flutter on VS 2017 IDE? (not Visual Studio Code) I can't seem to find any answer to this, and I really prefer working in VS 2017.

Any help would be appreciated.

like image 926
Karim Elghamry Avatar asked Jan 12 '19 11:01

Karim Elghamry


People also ask

Can I run Flutter in Visual Studio?

Now We have to set up the Visual Studio Code for the Flutter. We have to install two extensions in order to use flutter. The very first extension is Flutter and 2nd is Dart. Note that Dart is the programming language that is used in flutter for the application development for both and android and iOS.

Which IDE can I use for Flutter?

Android Studio offers a complete, integrated IDE experience for Flutter. Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.

Which Visual Studio is best for Flutter?

Android Studio is a good choice for Flutter development because it lets you open multiple projects. You can open a new project by right-clicking on the project you're working on and selecting “Open in new window.” Alternatively, you can choose File > Open in an existing window.

Can I use Flutter in VS Code?

Install the extension of Flutter on Visual Studio Code Click on the Extensions or Ctrl+Shift+X. In the search bar type flutter . Select Flutter by the Author Dart Code. Click on Install.


1 Answers

Unfortunately, it is not supported yet. You can use VisualStudio as an editor and you'll be able to run the flutter commands in the console to run the app. But you'll lose the debugging and intellisense.

like image 102
Siavash Avatar answered Sep 27 '22 17:09

Siavash