Flutter Desktop — a Hello World App for Linux, MacOS and Windows
There are many tutorials out there that teach you how to get started in Flutter for mobile. But resources on Flutter for desktop are still lacking. Today I will walk you through the steps of creating a Hello World! App on Flutter Desktop. Note: The following commands have been tested on Linux and MacOS only, since those are the OSes that I personally use. Setting up Flutter for Desktop First install Flutter for your desktop operating system....