Flutter and Desktop

Aseem Wangoo
CodeChai
Published in
4 min readNov 24, 2019

--

Flutter and Desktop

What if, I wanted my code to run on desktop ? Hmmmm….

All in one Flutter resource: https://flatteredwithflutter.com/flutter-and-desktop/

Flutter has bridged the gap between Android and iOS development, but now Flutter is expanding to the web, desktop and more, growing closer to the “write once, run anywhere” dream.

But, how ???

Begin…

Flutter and desktop.

At the end of this article, you should be able to run a sample app on desktop….

We will structure this article into :

  1. Enable Desktop Support
  2. Fetch platform files
  3. Configure Flutter project with Desktop
Flutter and Desktop…..Step 1

Enable Desktop Support:

  1. Switch to the master channel :
flutter channel…

--

--