flutter run macos app code example

Example 1: flutter setup macos

if your terminal doesn't see "flutter" you have to use  
Open terminal and paste 

export PATH="$PATH:`pwd`/flutter/bin"
and then try "flutter" && "flutter doctor"

Example 2: flutter desktop support

$ flutter channel dev
$ flutter upgrade
$ flutter config --enable-<platform>-desktop

Example 3: build flutter for macos

flutter channel masterflutter upgrade

Example 4: run flutter app macos

open terminal  tap "cd" Drag/drop with mouse the Folder of your App and tap enter
Tap "flutter run" tap enter

Tags:

Misc Example