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

5,431

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.

Share:
5,431
Karim Elghamry
Author by

Karim Elghamry

I am a Computer Engineering senior student and have a 6-year programming experience. I have over 1-year experience with Google's Flutter framework as well as Firebase and I've made multiple cross platform mobile applications (iOS and Android). Moreover, I have created multiple games and projects using C++, C# and Python and consider myself professional in this field.

Updated on December 08, 2022

Comments

  • Karim Elghamry
    Karim Elghamry over 1 year

    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.

  • Karim Elghamry
    Karim Elghamry over 5 years
    well, that's unfortunate. Thank you for your answer!
  • Greg Gum
    Greg Gum over 2 years
    It's now 2022, with VS 2022. Any update on this? Any possibility to use Visual Studio 2022 with Dart? I much prefer VS over VS Code.