Skip to content
root / Use Flutter without an Emulator

Use Flutter without an Emulator

  • Flutter

What’s up guys this is Harshith and in this article I am going to show you guys how you can setup and use flutter even if you don’t have Android studio.

To start with you will be needing Flutter and I have explained how to install Flutter in this article.

First open your terminal and execute the following

flutter config --enable-linux-desktop

Output

And that’s it! All you need to do now is to select Linux(linux-64) and run your flutter app